Class: ActiveRecord::ConnectionAdapters::PrimaryKeyDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::PrimaryKeyDefinition
- Defined in:
- lib/active_record/connection_adapters/abstract/schema_definitions.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
122 123 124 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 122 def name @name end |