Class: RunnerComponents::CONFIG_ITEM
- Inherits:
-
Struct
- Object
- Struct
- RunnerComponents::CONFIG_ITEM
- Defined in:
- lib/desktop/components/runner_components.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
9 10 11 |
# File 'lib/desktop/components/runner_components.rb', line 9 def attribute @attribute end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/desktop/components/runner_components.rb', line 9 def value @value end |