Class: Twilic::Core::Model::SchemaObjectMessage
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::Model::SchemaObjectMessage
- Defined in:
- lib/twilic/core/model.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
readonly
Returns the value of attribute fields.
-
#has_presence ⇒ Object
readonly
Returns the value of attribute has_presence.
-
#presence ⇒ Object
readonly
Returns the value of attribute presence.
-
#schema_id ⇒ Object
readonly
Returns the value of attribute schema_id.
Instance Attribute Details
#fields ⇒ Object (readonly)
Returns the value of attribute fields
324 325 326 |
# File 'lib/twilic/core/model.rb', line 324 def fields @fields end |
#has_presence ⇒ Object (readonly)
Returns the value of attribute has_presence
324 325 326 |
# File 'lib/twilic/core/model.rb', line 324 def has_presence @has_presence end |
#presence ⇒ Object (readonly)
Returns the value of attribute presence
324 325 326 |
# File 'lib/twilic/core/model.rb', line 324 def presence @presence end |
#schema_id ⇒ Object (readonly)
Returns the value of attribute schema_id
324 325 326 |
# File 'lib/twilic/core/model.rb', line 324 def schema_id @schema_id end |