Class: Migflow::Models::SchemaDiff
- Inherits:
-
Data
- Object
- Data
- Migflow::Models::SchemaDiff
- Defined in:
- lib/migflow/models/schema_diff.rb
Instance Attribute Summary collapse
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#from_version ⇒ Object
readonly
Returns the value of attribute from_version.
-
#to_version ⇒ Object
readonly
Returns the value of attribute to_version.
Instance Attribute Details
#changes ⇒ Object (readonly)
Returns the value of attribute changes
5 6 7 |
# File 'lib/migflow/models/schema_diff.rb', line 5 def changes @changes end |
#from_version ⇒ Object (readonly)
Returns the value of attribute from_version
5 6 7 |
# File 'lib/migflow/models/schema_diff.rb', line 5 def from_version @from_version end |
#to_version ⇒ Object (readonly)
Returns the value of attribute to_version
5 6 7 |
# File 'lib/migflow/models/schema_diff.rb', line 5 def to_version @to_version end |