Class: Twilic::Core::Model::ExtMessage

Inherits:
Data
  • Object
show all
Defined in:
lib/twilic/core/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ext_typeObject (readonly)

Returns the value of attribute ext_type

Returns:

  • (Object)

    the current value of ext_type



327
328
329
# File 'lib/twilic/core/model.rb', line 327

def ext_type
  @ext_type
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



327
328
329
# File 'lib/twilic/core/model.rb', line 327

def payload
  @payload
end