8 lines
185 B
Smalltalk
8 lines
185 B
Smalltalk
accessing
|
|
columnsDictionary
|
|
^ {
|
|
'url' -> 'url' .
|
|
'healthy' -> 'healthy'.
|
|
'healthy_percentage_overall' -> 'uptime' .
|
|
'rss' -> 'rss' .
|
|
'version' -> 'version'} asDictionary |