Class: Twilic::Core::Model::StatePatchMessage

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_refObject (readonly)

Returns the value of attribute base_ref

Returns:

  • (Object)

    the current value of base_ref



328
329
330
# File 'lib/twilic/core/model.rb', line 328

def base_ref
  @base_ref
end

#literalsObject (readonly)

Returns the value of attribute literals

Returns:

  • (Object)

    the current value of literals



328
329
330
# File 'lib/twilic/core/model.rb', line 328

def literals
  @literals
end

#operationsObject (readonly)

Returns the value of attribute operations

Returns:

  • (Object)

    the current value of operations



328
329
330
# File 'lib/twilic/core/model.rb', line 328

def operations
  @operations
end