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
      76 77 78  | 
    
      # File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 76 def name @name end  |