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