Class: Migflow::Models::SchemaDiff

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

Instance Attribute Summary collapse

Instance Attribute Details

#changesObject (readonly)

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



5
6
7
# File 'lib/migflow/models/schema_diff.rb', line 5

def changes
  @changes
end

#from_versionObject (readonly)

Returns the value of attribute from_version

Returns:

  • (Object)

    the current value of from_version



5
6
7
# File 'lib/migflow/models/schema_diff.rb', line 5

def from_version
  @from_version
end

#to_versionObject (readonly)

Returns the value of attribute to_version

Returns:

  • (Object)

    the current value of to_version



5
6
7
# File 'lib/migflow/models/schema_diff.rb', line 5

def to_version
  @to_version
end