Class: Twilic::Core::Model::BaseSnapshotMessage

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_idObject (readonly)

Returns the value of attribute base_id

Returns:

  • (Object)

    the current value of base_id



331
332
333
# File 'lib/twilic/core/model.rb', line 331

def base_id
  @base_id
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



331
332
333
# File 'lib/twilic/core/model.rb', line 331

def payload
  @payload
end

#schema_or_shape_refObject (readonly)

Returns the value of attribute schema_or_shape_ref

Returns:

  • (Object)

    the current value of schema_or_shape_ref



331
332
333
# File 'lib/twilic/core/model.rb', line 331

def schema_or_shape_ref
  @schema_or_shape_ref
end