Class: BetterAuth::MigrationPlan::TableChange

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

Instance Attribute Summary collapse

Instance Attribute Details

#logical_nameObject

Returns the value of attribute logical_name

Returns:

  • (Object)

    the current value of logical_name



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

def logical_name
  @logical_name
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



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

def order
  @order
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



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

def table
  @table
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



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

def table_name
  @table_name
end