Class: Apps
- Inherits:
-
InformatorBase
- Object
- InformatorBase
- Apps
- Defined in:
- lib/ns24-dashing-collector/informators/apps.rb
Instance Method Summary collapse
Instance Method Details
#info ⇒ Object
8 9 10 11 12 |
# File 'lib/ns24-dashing-collector/informators/apps.rb', line 8 def info { current: 50 + rand(50) } end |
#metric ⇒ Object
4 5 6 |
# File 'lib/ns24-dashing-collector/informators/apps.rb', line 4 def metric 'active_apps' end |