Class: BetterAuth::MigrationPlan::IndexChange
- Inherits:
-
Struct
- Object
- Struct
- BetterAuth::MigrationPlan::IndexChange
- Defined in:
- lib/better_auth/migration_plan.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#field_name ⇒ Object
Returns the value of attribute field_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
-
#unique ⇒ Object
Returns the value of attribute unique.
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field
7 8 9 |
# File 'lib/better_auth/migration_plan.rb', line 7 def field @field end |
#field_name ⇒ Object
Returns the value of attribute field_name
7 8 9 |
# File 'lib/better_auth/migration_plan.rb', line 7 def field_name @field_name end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/better_auth/migration_plan.rb', line 7 def name @name end |
#table_name ⇒ Object
Returns the value of attribute table_name
7 8 9 |
# File 'lib/better_auth/migration_plan.rb', line 7 def table_name @table_name end |
#unique ⇒ Object
Returns the value of attribute unique
7 8 9 |
# File 'lib/better_auth/migration_plan.rb', line 7 def unique @unique end |