Class: BetterAuth::MigrationPlan::TableChange
- Inherits:
-
Struct
- Object
- Struct
- BetterAuth::MigrationPlan::TableChange
- Defined in:
- lib/better_auth/migration_plan.rb
Instance Attribute Summary collapse
-
#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
#logical_name ⇒ Object
Returns the value of attribute logical_name
5 6 7 |
# File 'lib/better_auth/migration_plan.rb', line 5 def logical_name @logical_name end |
#order ⇒ Object
Returns the value of attribute order
5 6 7 |
# File 'lib/better_auth/migration_plan.rb', line 5 def order @order end |
#table ⇒ Object
Returns the value of attribute table
5 6 7 |
# File 'lib/better_auth/migration_plan.rb', line 5 def table @table end |
#table_name ⇒ Object
Returns the value of attribute table_name
5 6 7 |
# File 'lib/better_auth/migration_plan.rb', line 5 def table_name @table_name end |