Class: ActiveRecord::ConnectionAdapters::PrimaryKeyDefinition

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

Overview

:nodoc:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



119
120
121
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 119

def name
  @name
end