Class: Autonoma::ModelInfo
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::ModelInfo
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#name ⇒ Object
Returns the value of attribute name.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
5 6 7 |
# File 'lib/autonoma/types.rb', line 5 def fields @fields end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/autonoma/types.rb', line 5 def name @name end |
#table_name ⇒ Object
Returns the value of attribute table_name
5 6 7 |
# File 'lib/autonoma/types.rb', line 5 def table_name @table_name end |