Class: Autonoma::ModelInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/autonoma/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



5
6
7
# File 'lib/autonoma/types.rb', line 5

def fields
  @fields
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/autonoma/types.rb', line 5

def name
  @name
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



5
6
7
# File 'lib/autonoma/types.rb', line 5

def table_name
  @table_name
end