Class: ActiveRecord::ConnectionAdapters::OracleEnhanced::SynonymDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/connection_adapters/oracle_enhanced/schema_definitions.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



38
39
40
# File 'lib/active_record/connection_adapters/oracle_enhanced/schema_definitions.rb', line 38

def name
  @name
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of 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_ownerObject

Returns the value of attribute table_owner

Returns:

  • (Object)

    the current value of table_owner



38
39
40
# File 'lib/active_record/connection_adapters/oracle_enhanced/schema_definitions.rb', line 38

def table_owner
  @table_owner
end