Class: BetterAuth::MigrationPlan::FieldChange
- Inherits:
-
Struct
- Object
- Struct
- BetterAuth::MigrationPlan::FieldChange
- Defined in:
- lib/better_auth/migration_plan.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#logical_name ⇒ Object
Returns the value of attribute logical_name.
-
#order ⇒ Object
Returns the value of attribute order.
-
#table ⇒ Object
Returns the value of attribute table.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
6 7 8 |
# File 'lib/better_auth/migration_plan.rb', line 6 def fields @fields end |
#logical_name ⇒ Object
Returns the value of attribute logical_name
6 7 8 |
# File 'lib/better_auth/migration_plan.rb', line 6 def logical_name @logical_name end |
#order ⇒ Object
Returns the value of attribute order
6 7 8 |
# File 'lib/better_auth/migration_plan.rb', line 6 def order @order end |
#table ⇒ Object
Returns the value of attribute table
6 7 8 |
# File 'lib/better_auth/migration_plan.rb', line 6 def table @table end |
#table_name ⇒ Object
Returns the value of attribute table_name
6 7 8 |
# File 'lib/better_auth/migration_plan.rb', line 6 def table_name @table_name end |