Class: Twilic::Core::Model::PatchOperation

Inherits:
Data
  • Object
show all
Defined in:
lib/twilic/core/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#field_idObject (readonly)

Returns the value of attribute field_id

Returns:

  • (Object)

    the current value of field_id



227
228
229
# File 'lib/twilic/core/model.rb', line 227

def field_id
  @field_id
end

#opcodeObject (readonly)

Returns the value of attribute opcode

Returns:

  • (Object)

    the current value of opcode



227
228
229
# File 'lib/twilic/core/model.rb', line 227

def opcode
  @opcode
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



227
228
229
# File 'lib/twilic/core/model.rb', line 227

def value
  @value
end