Class: StateMate::StateSet::State
- Inherits:
-
Struct
- Object
- Struct
- StateMate::StateSet::State
- Defined in:
- lib/state_mate.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#directive ⇒ Object
Returns the value of attribute directive.
-
#key ⇒ Object
Returns the value of attribute key.
-
#options ⇒ Object
Returns the value of attribute options.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter
34 35 36 |
# File 'lib/state_mate.rb', line 34 def adapter @adapter end |
#directive ⇒ Object
Returns the value of attribute directive
34 35 36 |
# File 'lib/state_mate.rb', line 34 def directive @directive end |
#key ⇒ Object
Returns the value of attribute key
34 35 36 |
# File 'lib/state_mate.rb', line 34 def key @key end |
#options ⇒ Object
Returns the value of attribute options
34 35 36 |
# File 'lib/state_mate.rb', line 34 def end |
#value ⇒ Object
Returns the value of attribute value
34 35 36 |
# File 'lib/state_mate.rb', line 34 def value @value end |