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