Class: RMExtensions::EventResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context.



68
69
70
# File 'lib/motion/events.rb', line 68

def context
  @context
end

#eventObject

Returns the value of attribute event.



68
69
70
# File 'lib/motion/events.rb', line 68

def event
  @event
end

#targetObject

Returns the value of attribute target.



68
69
70
# File 'lib/motion/events.rb', line 68

def target
  @target
end

#valueObject

Returns the value of attribute value.



68
69
70
# File 'lib/motion/events.rb', line 68

def value
  @value
end