Class: Mxrb::Frontend::MigrationChange

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/frontend/migrator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject (readonly)

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



9
10
11
# File 'lib/mxrb/frontend/migrator.rb', line 9

def after
  @after
end

#beforeObject (readonly)

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



9
10
11
# File 'lib/mxrb/frontend/migrator.rb', line 9

def before
  @before
end

#before_hashObject (readonly)

Returns the value of attribute before_hash

Returns:

  • (Object)

    the current value of before_hash



9
10
11
# File 'lib/mxrb/frontend/migrator.rb', line 9

def before_hash
  @before_hash
end

#design_propertiesObject (readonly)

Returns the value of attribute design_properties

Returns:

  • (Object)

    the current value of design_properties



9
10
11
# File 'lib/mxrb/frontend/migrator.rb', line 9

def design_properties
  @design_properties
end

#layout_rowsObject (readonly)

Returns the value of attribute layout_rows

Returns:

  • (Object)

    the current value of layout_rows



9
10
11
# File 'lib/mxrb/frontend/migrator.rb', line 9

def layout_rows
  @layout_rows
end

#unit_idObject (readonly)

Returns the value of attribute unit_id

Returns:

  • (Object)

    the current value of unit_id



9
10
11
# File 'lib/mxrb/frontend/migrator.rb', line 9

def unit_id
  @unit_id
end

#widgetsObject (readonly)

Returns the value of attribute widgets

Returns:

  • (Object)

    the current value of widgets



9
10
11
# File 'lib/mxrb/frontend/migrator.rb', line 9

def widgets
  @widgets
end