Class: BetterAuth::MigrationPlan::FieldChange

Inherits:
Struct
  • Object
show all
Defined in:
lib/better_auth/migration_plan.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



6
7
8
# File 'lib/better_auth/migration_plan.rb', line 6

def fields
  @fields
end

#logical_nameObject

Returns the value of attribute logical_name

Returns:

  • (Object)

    the current value of logical_name



6
7
8
# File 'lib/better_auth/migration_plan.rb', line 6

def logical_name
  @logical_name
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



6
7
8
# File 'lib/better_auth/migration_plan.rb', line 6

def order
  @order
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



6
7
8
# File 'lib/better_auth/migration_plan.rb', line 6

def table
  @table
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



6
7
8
# File 'lib/better_auth/migration_plan.rb', line 6

def table_name
  @table_name
end