Class: Twilic::Core::Model::ControlMessage
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::Model::ControlMessage
- Defined in:
- lib/twilic/core/model.rb
Instance Attribute Summary collapse
-
#opcode ⇒ Object
readonly
Returns the value of attribute opcode.
-
#promote_string_field_to_enum ⇒ Object
readonly
Returns the value of attribute promote_string_field_to_enum.
-
#register_keys ⇒ Object
readonly
Returns the value of attribute register_keys.
-
#register_shape ⇒ Object
readonly
Returns the value of attribute register_shape.
-
#register_strings ⇒ Object
readonly
Returns the value of attribute register_strings.
-
#reset_state ⇒ Object
readonly
Returns the value of attribute reset_state.
-
#reset_tables ⇒ Object
readonly
Returns the value of attribute reset_tables.
Instance Attribute Details
#opcode ⇒ Object (readonly)
Returns the value of attribute opcode
190 191 192 |
# File 'lib/twilic/core/model.rb', line 190 def opcode @opcode end |
#promote_string_field_to_enum ⇒ Object (readonly)
Returns the value of attribute promote_string_field_to_enum
190 191 192 |
# File 'lib/twilic/core/model.rb', line 190 def promote_string_field_to_enum @promote_string_field_to_enum end |
#register_keys ⇒ Object (readonly)
Returns the value of attribute register_keys
190 191 192 |
# File 'lib/twilic/core/model.rb', line 190 def register_keys @register_keys end |
#register_shape ⇒ Object (readonly)
Returns the value of attribute register_shape
190 191 192 |
# File 'lib/twilic/core/model.rb', line 190 def register_shape @register_shape end |
#register_strings ⇒ Object (readonly)
Returns the value of attribute register_strings
190 191 192 |
# File 'lib/twilic/core/model.rb', line 190 def register_strings @register_strings end |
#reset_state ⇒ Object (readonly)
Returns the value of attribute reset_state
190 191 192 |
# File 'lib/twilic/core/model.rb', line 190 def reset_state @reset_state end |
#reset_tables ⇒ Object (readonly)
Returns the value of attribute reset_tables
190 191 192 |
# File 'lib/twilic/core/model.rb', line 190 def reset_tables @reset_tables end |