Class: ActiveRecord::ConnectionAdapters::NullDBAdapter::TableDefinition
- Inherits:
-
TableDefinition
- Object
- TableDefinition
- ActiveRecord::ConnectionAdapters::NullDBAdapter::TableDefinition
- Defined in:
- lib/active_record/connection_adapters/nulldb_adapter/table_definition.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/table_definition.rb', line 4 def name @name end |