5 lines
148 B
Smalltalk
5 lines
148 B
Smalltalk
accessing
|
|
reportingPeriod
|
|
^ self config
|
|
at: 'reportingPeriod'
|
|
ifAbsentPut: [ { self messages oldest created . self messages newest created } ] |