Class: Twilic::Core::Model::ExtMessage
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::Model::ExtMessage
- Defined in:
- lib/twilic/core/model.rb
Instance Attribute Summary collapse
-
#ext_type ⇒ Object
readonly
Returns the value of attribute ext_type.
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
Instance Attribute Details
#ext_type ⇒ Object (readonly)
Returns the value of attribute ext_type
327 328 329 |
# File 'lib/twilic/core/model.rb', line 327 def ext_type @ext_type end |
#payload ⇒ Object (readonly)
Returns the value of attribute payload
327 328 329 |
# File 'lib/twilic/core/model.rb', line 327 def payload @payload end |