Class: Twilic::Core::Model::Schema

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



154
155
156
# File 'lib/twilic/core/model.rb', line 154

def fields
  @fields
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



154
155
156
# File 'lib/twilic/core/model.rb', line 154

def name
  @name
end

#schema_idObject (readonly)

Returns the value of attribute schema_id

Returns:

  • (Object)

    the current value of schema_id



154
155
156
# File 'lib/twilic/core/model.rb', line 154

def schema_id
  @schema_id
end