Class: Foreigner::ConnectionAdapters::ForeignKeyDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/foreigner/connection_adapters/abstract/schema_definitions.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#from_tableObject

Returns the value of attribute from_table

Returns:

  • (Object)

    the current value of from_table



3
4
5
# File 'lib/foreigner/connection_adapters/abstract/schema_definitions.rb', line 3

def from_table
  @from_table
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/foreigner/connection_adapters/abstract/schema_definitions.rb', line 3

def options
  @options
end

#to_tableObject

Returns the value of attribute to_table

Returns:

  • (Object)

    the current value of to_table



3
4
5
# File 'lib/foreigner/connection_adapters/abstract/schema_definitions.rb', line 3

def to_table
  @to_table
end