Class: ActiveRecord::ConnectionAdapters::OracleEnhancedSynonymDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::OracleEnhancedSynonymDefinition
- Defined in:
- lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#db_link ⇒ Object
Returns the value of attribute db_link.
-
#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
#db_link ⇒ Object
Returns the value of attribute db_link
6 7 8 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 6 def db_link @db_link end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 6 def name @name end |
#table_name ⇒ Object
Returns the value of attribute table_name
6 7 8 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 6 def table_name @table_name end |
#table_owner ⇒ Object
Returns the value of attribute table_owner
6 7 8 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 6 def table_owner @table_owner end |