Class: ActiveRecord::ConnectionAdapters::PrimaryKeyDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/connection_adapters/abstract/schema_definitions.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



26
27
28
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 26

def name
  @name
end