Class: BetterAuth::MigrationPlan::IndexChange

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

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



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

def field
  @field
end

#field_nameObject

Returns the value of attribute field_name

Returns:

  • (Object)

    the current value of field_name



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

def field_name
  @field_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



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

def table_name
  @table_name
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



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

def unique
  @unique
end