Class: RoundhouseUi::Health::Signal
- Inherits:
-
Struct
- Object
- Struct
- RoundhouseUi::Health::Signal
- Defined in:
- lib/roundhouse_ui/health.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
7 8 9 |
# File 'lib/roundhouse_ui/health.rb', line 7 def detail @detail end |
#key ⇒ Object
Returns the value of attribute key
7 8 9 |
# File 'lib/roundhouse_ui/health.rb', line 7 def key @key end |
#label ⇒ Object
Returns the value of attribute label
7 8 9 |
# File 'lib/roundhouse_ui/health.rb', line 7 def label @label end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/roundhouse_ui/health.rb', line 7 def status @status end |