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