Class: RMExtensions::EventResponse

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.



79
80
81
# File 'lib/motion/observation.rb', line 79

def context
  @context
end

#eventObject

Returns the value of attribute event.



79
80
81
# File 'lib/motion/observation.rb', line 79

def event
  @event
end

#targetObject

Returns the value of attribute target.



79
80
81
# File 'lib/motion/observation.rb', line 79

def target
  @target
end

#valueObject

Returns the value of attribute value.



79
80
81
# File 'lib/motion/observation.rb', line 79

def value
  @value
end