Class: SchemaFerry::Core::ForeignKeySchema
- Inherits:
-
Struct
- Object
- Struct
- SchemaFerry::Core::ForeignKeySchema
- Defined in:
- lib/schema_ferry/core/schema_model.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#from_table ⇒ Object
Returns the value of attribute from_table.
-
#name ⇒ Object
Returns the value of attribute name.
-
#on_delete ⇒ Object
Returns the value of attribute on_delete.
-
#on_update ⇒ Object
Returns the value of attribute on_update.
-
#primary_key ⇒ Object
Returns the value of attribute primary_key.
-
#to_table ⇒ Object
Returns the value of attribute to_table.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
49 50 51 |
# File 'lib/schema_ferry/core/schema_model.rb', line 49 def column @column end |
#from_table ⇒ Object
Returns the value of attribute from_table
49 50 51 |
# File 'lib/schema_ferry/core/schema_model.rb', line 49 def from_table @from_table end |
#name ⇒ Object
Returns the value of attribute name
49 50 51 |
# File 'lib/schema_ferry/core/schema_model.rb', line 49 def name @name end |
#on_delete ⇒ Object
Returns the value of attribute on_delete
49 50 51 |
# File 'lib/schema_ferry/core/schema_model.rb', line 49 def on_delete @on_delete end |
#on_update ⇒ Object
Returns the value of attribute on_update
49 50 51 |
# File 'lib/schema_ferry/core/schema_model.rb', line 49 def on_update @on_update end |
#primary_key ⇒ Object
Returns the value of attribute primary_key
49 50 51 |
# File 'lib/schema_ferry/core/schema_model.rb', line 49 def primary_key @primary_key end |
#to_table ⇒ Object
Returns the value of attribute to_table
49 50 51 |
# File 'lib/schema_ferry/core/schema_model.rb', line 49 def to_table @to_table end |