Class: Migflow::Models::Change

Inherits:
Data
  • Object
show all
Defined in:
lib/migflow/models/schema_diff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



7
8
9
# File 'lib/migflow/models/schema_diff.rb', line 7

def detail
  @detail
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



7
8
9
# File 'lib/migflow/models/schema_diff.rb', line 7

def table
  @table
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/migflow/models/schema_diff.rb', line 7

def type
  @type
end