Class: RMExtensions::ObservationResponse
- Inherits:
-
Object
- Object
- RMExtensions::ObservationResponse
- Defined in:
- lib/motion/observation.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#indexes ⇒ Object
Returns the value of attribute indexes.
-
#key ⇒ Object
Returns the value of attribute key.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#old_value ⇒ Object
Returns the value of attribute old_value.
-
#target ⇒ Object
Returns the value of attribute target.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
75 76 77 |
# File 'lib/motion/observation.rb', line 75 def context @context end |
#indexes ⇒ Object
Returns the value of attribute indexes.
75 76 77 |
# File 'lib/motion/observation.rb', line 75 def indexes @indexes end |
#key ⇒ Object
Returns the value of attribute key.
75 76 77 |
# File 'lib/motion/observation.rb', line 75 def key @key end |
#kind ⇒ Object
Returns the value of attribute kind.
75 76 77 |
# File 'lib/motion/observation.rb', line 75 def kind @kind end |
#old_value ⇒ Object
Returns the value of attribute old_value.
75 76 77 |
# File 'lib/motion/observation.rb', line 75 def old_value @old_value end |
#target ⇒ Object
Returns the value of attribute target.
75 76 77 |
# File 'lib/motion/observation.rb', line 75 def target @target end |
#value ⇒ Object
Returns the value of attribute value.
75 76 77 |
# File 'lib/motion/observation.rb', line 75 def value @value end |