Class: Twilic::Core::Model::BaseSnapshotMessage
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::Model::BaseSnapshotMessage
- Defined in:
- lib/twilic/core/model.rb
Instance Attribute Summary collapse
-
#base_id ⇒ Object
readonly
Returns the value of attribute base_id.
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
-
#schema_or_shape_ref ⇒ Object
readonly
Returns the value of attribute schema_or_shape_ref.
Instance Attribute Details
#base_id ⇒ Object (readonly)
Returns the value of attribute base_id
331 332 333 |
# File 'lib/twilic/core/model.rb', line 331 def base_id @base_id end |
#payload ⇒ Object (readonly)
Returns the value of attribute payload
331 332 333 |
# File 'lib/twilic/core/model.rb', line 331 def payload @payload end |
#schema_or_shape_ref ⇒ Object (readonly)
Returns the value of attribute schema_or_shape_ref
331 332 333 |
# File 'lib/twilic/core/model.rb', line 331 def schema_or_shape_ref @schema_or_shape_ref end |