Class: ActiveRecord::ConnectionAdapters::OracleEnhanced::SynonymDefinition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - ActiveRecord::ConnectionAdapters::OracleEnhanced::SynonymDefinition
 
 
- Defined in:
 - lib/active_record/connection_adapters/oracle_enhanced/schema_definitions.rb
 
Overview
:nodoc:
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #table_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute table_name.
 - 
  
    
      #table_owner  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute table_owner.
 
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
      38 39 40  | 
    
      # File 'lib/active_record/connection_adapters/oracle_enhanced/schema_definitions.rb', line 38 def name @name end  | 
  
#table_name ⇒ Object
Returns the value of attribute table_name
      38 39 40  | 
    
      # File 'lib/active_record/connection_adapters/oracle_enhanced/schema_definitions.rb', line 38 def table_name @table_name end  | 
  
#table_owner ⇒ Object
Returns the value of attribute table_owner
      38 39 40  | 
    
      # File 'lib/active_record/connection_adapters/oracle_enhanced/schema_definitions.rb', line 38 def table_owner @table_owner end  |