Class: SchemaFerry::ForeignKeySchema
- Inherits:
-
Struct
- Object
- Struct
- SchemaFerry::ForeignKeySchema
- Defined in:
- lib/schema_ferry/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
46 47 48 |
# File 'lib/schema_ferry/schema_model.rb', line 46 def column @column end |
#from_table ⇒ Object
Returns the value of attribute from_table
46 47 48 |
# File 'lib/schema_ferry/schema_model.rb', line 46 def from_table @from_table end |
#name ⇒ Object
Returns the value of attribute name
46 47 48 |
# File 'lib/schema_ferry/schema_model.rb', line 46 def name @name end |
#on_delete ⇒ Object
Returns the value of attribute on_delete
46 47 48 |
# File 'lib/schema_ferry/schema_model.rb', line 46 def on_delete @on_delete end |
#on_update ⇒ Object
Returns the value of attribute on_update
46 47 48 |
# File 'lib/schema_ferry/schema_model.rb', line 46 def on_update @on_update end |
#primary_key ⇒ Object
Returns the value of attribute primary_key
46 47 48 |
# File 'lib/schema_ferry/schema_model.rb', line 46 def primary_key @primary_key end |
#to_table ⇒ Object
Returns the value of attribute to_table
46 47 48 |
# File 'lib/schema_ferry/schema_model.rb', line 46 def to_table @to_table end |