Class: RMExtensions::ObservationResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/motion/observation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context.



75
76
77
# File 'lib/motion/observation.rb', line 75

def context
  @context
end

#indexesObject

Returns the value of attribute indexes.



75
76
77
# File 'lib/motion/observation.rb', line 75

def indexes
  @indexes
end

#keyObject

Returns the value of attribute key.



75
76
77
# File 'lib/motion/observation.rb', line 75

def key
  @key
end

#kindObject

Returns the value of attribute kind.



75
76
77
# File 'lib/motion/observation.rb', line 75

def kind
  @kind
end

#old_valueObject

Returns the value of attribute old_value.



75
76
77
# File 'lib/motion/observation.rb', line 75

def old_value
  @old_value
end

#targetObject

Returns the value of attribute target.



75
76
77
# File 'lib/motion/observation.rb', line 75

def target
  @target
end

#valueObject

Returns the value of attribute value.



75
76
77
# File 'lib/motion/observation.rb', line 75

def value
  @value
end