Class: Foreigner::ConnectionAdapters::ForeignKeyDefinition
- Inherits:
-
Struct
- Object
- Struct
- Foreigner::ConnectionAdapters::ForeignKeyDefinition
- Defined in:
- lib/foreigner/connection_adapters/abstract/schema_definitions.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#from_table ⇒ Object
Returns the value of attribute from_table.
-
#options ⇒ Object
Returns the value of attribute options.
-
#to_table ⇒ Object
Returns the value of attribute to_table.
Instance Attribute Details
#from_table ⇒ Object
Returns the value of attribute from_table
3 4 5 |
# File 'lib/foreigner/connection_adapters/abstract/schema_definitions.rb', line 3 def from_table @from_table end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/foreigner/connection_adapters/abstract/schema_definitions.rb', line 3 def @options end |
#to_table ⇒ Object
Returns the value of attribute to_table
3 4 5 |
# File 'lib/foreigner/connection_adapters/abstract/schema_definitions.rb', line 3 def to_table @to_table end |