Method: Eye::Application#status_data_short
- Defined in:
- lib/eye/application.rb
#status_data_short ⇒ Object
34 35 36 |
# File 'lib/eye/application.rb', line 34 def status_data_short { name: @name, type: :application, subtree: @groups.map(&:status_data_short) } end |