Class: Mxrb::Model::DesignMigrationChange
- Inherits:
-
Data
- Object
- Data
- Mxrb::Model::DesignMigrationChange
- Defined in:
- lib/mxrb/model/design_migration.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
readonly
Returns the value of attribute after.
-
#before ⇒ Object
readonly
Returns the value of attribute before.
-
#occurrences ⇒ Object
readonly
Returns the value of attribute occurrences.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#after ⇒ Object (readonly)
Returns the value of attribute after
8 9 10 |
# File 'lib/mxrb/model/design_migration.rb', line 8 def after @after end |
#before ⇒ Object (readonly)
Returns the value of attribute before
8 9 10 |
# File 'lib/mxrb/model/design_migration.rb', line 8 def before @before end |
#occurrences ⇒ Object (readonly)
Returns the value of attribute occurrences
8 9 10 |
# File 'lib/mxrb/model/design_migration.rb', line 8 def occurrences @occurrences end |
#path ⇒ Object (readonly)
Returns the value of attribute path
8 9 10 |
# File 'lib/mxrb/model/design_migration.rb', line 8 def path @path end |