Class: Twilic::Core::Model::PatchOperation
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::Model::PatchOperation
- Defined in:
- lib/twilic/core/model.rb
Instance Attribute Summary collapse
-
#field_id ⇒ Object
readonly
Returns the value of attribute field_id.
-
#opcode ⇒ Object
readonly
Returns the value of attribute opcode.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#field_id ⇒ Object (readonly)
Returns the value of attribute field_id
227 228 229 |
# File 'lib/twilic/core/model.rb', line 227 def field_id @field_id end |
#opcode ⇒ Object (readonly)
Returns the value of attribute opcode
227 228 229 |
# File 'lib/twilic/core/model.rb', line 227 def opcode @opcode end |
#value ⇒ Object (readonly)
Returns the value of attribute value
227 228 229 |
# File 'lib/twilic/core/model.rb', line 227 def value @value end |