Class: StateMate::StateSet::State
- Inherits:
-
Struct
- Object
- Struct
- StateMate::StateSet::State
- Defined in:
- lib/state_mate/state_set.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
42 43 44 |
# File 'lib/state_mate/state_set.rb', line 42 def adapter @adapter end |
#directive ⇒ Object
Returns the value of attribute directive
42 43 44 |
# File 'lib/state_mate/state_set.rb', line 42 def directive @directive end |
#key ⇒ Object
Returns the value of attribute key
42 43 44 |
# File 'lib/state_mate/state_set.rb', line 42 def key @key end |
#options ⇒ Object
Returns the value of attribute options
42 43 44 |
# File 'lib/state_mate/state_set.rb', line 42 def @options end |
#value ⇒ Object
Returns the value of attribute value
42 43 44 |
# File 'lib/state_mate/state_set.rb', line 42 def value @value end |