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



72
73
74
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 72

def name
  @name
end