Class: Mxrb::Frontend::MigrationChange
- Inherits:
-
Data
- Object
- Data
- Mxrb::Frontend::MigrationChange
- Defined in:
- lib/mxrb/frontend/migrator.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
readonly
Returns the value of attribute after.
-
#before ⇒ Object
readonly
Returns the value of attribute before.
-
#before_hash ⇒ Object
readonly
Returns the value of attribute before_hash.
-
#design_properties ⇒ Object
readonly
Returns the value of attribute design_properties.
-
#layout_rows ⇒ Object
readonly
Returns the value of attribute layout_rows.
-
#unit_id ⇒ Object
readonly
Returns the value of attribute unit_id.
-
#widgets ⇒ Object
readonly
Returns the value of attribute widgets.
Instance Attribute Details
#after ⇒ Object (readonly)
Returns the value of attribute after
9 10 11 |
# File 'lib/mxrb/frontend/migrator.rb', line 9 def after @after end |
#before ⇒ Object (readonly)
Returns the value of attribute before
9 10 11 |
# File 'lib/mxrb/frontend/migrator.rb', line 9 def before @before end |
#before_hash ⇒ Object (readonly)
Returns the value of attribute before_hash
9 10 11 |
# File 'lib/mxrb/frontend/migrator.rb', line 9 def before_hash @before_hash end |
#design_properties ⇒ Object (readonly)
Returns the value of attribute design_properties
9 10 11 |
# File 'lib/mxrb/frontend/migrator.rb', line 9 def design_properties @design_properties end |
#layout_rows ⇒ Object (readonly)
Returns the value of attribute layout_rows
9 10 11 |
# File 'lib/mxrb/frontend/migrator.rb', line 9 def layout_rows @layout_rows end |
#unit_id ⇒ Object (readonly)
Returns the value of attribute unit_id
9 10 11 |
# File 'lib/mxrb/frontend/migrator.rb', line 9 def unit_id @unit_id end |
#widgets ⇒ Object (readonly)
Returns the value of attribute widgets
9 10 11 |
# File 'lib/mxrb/frontend/migrator.rb', line 9 def @widgets end |