Class: Adhearsion::Events::Message

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

Instance Attribute Summary collapse

Instance Attribute Details

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



11
12
13
# File 'lib/adhearsion/events.rb', line 11

def object
  @object
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



11
12
13
# File 'lib/adhearsion/events.rb', line 11

def type
  @type
end