Class: Everywhere::Dock::State::Target
- Inherits:
-
Struct
- Object
- Struct
- Everywhere::Dock::State::Target
- Defined in:
- lib/everywhere/dock/state.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.
-
#since ⇒ Object
Returns the value of attribute since.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
21 22 23 |
# File 'lib/everywhere/dock/state.rb', line 21 def detail @detail end |
#key ⇒ Object
Returns the value of attribute key
21 22 23 |
# File 'lib/everywhere/dock/state.rb', line 21 def key @key end |
#label ⇒ Object
Returns the value of attribute label
21 22 23 |
# File 'lib/everywhere/dock/state.rb', line 21 def label @label end |
#since ⇒ Object
Returns the value of attribute since
21 22 23 |
# File 'lib/everywhere/dock/state.rb', line 21 def since @since end |
#state ⇒ Object
Returns the value of attribute state
21 22 23 |
# File 'lib/everywhere/dock/state.rb', line 21 def state @state end |