Class: Toaster::StateProperty
- Inherits:
-
Object
- Object
- Toaster::StateProperty
- Defined in:
- lib/toaster/model/state.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
14 15 16 |
# File 'lib/toaster/model/state.rb', line 14 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
14 15 16 |
# File 'lib/toaster/model/state.rb', line 14 def value @value end |