Class: Twilic::Core::Model::SchemaObjectMessage

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

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject (readonly)

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



324
325
326
# File 'lib/twilic/core/model.rb', line 324

def fields
  @fields
end

#has_presenceObject (readonly)

Returns the value of attribute has_presence

Returns:

  • (Object)

    the current value of has_presence



324
325
326
# File 'lib/twilic/core/model.rb', line 324

def has_presence
  @has_presence
end

#presenceObject (readonly)

Returns the value of attribute presence

Returns:

  • (Object)

    the current value of presence



324
325
326
# File 'lib/twilic/core/model.rb', line 324

def presence
  @presence
end

#schema_idObject (readonly)

Returns the value of attribute schema_id

Returns:

  • (Object)

    the current value of schema_id



324
325
326
# File 'lib/twilic/core/model.rb', line 324

def schema_id
  @schema_id
end