Class: Mxrb::Model::DesignMigrationChange

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/model/design_migration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject (readonly)

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



8
9
10
# File 'lib/mxrb/model/design_migration.rb', line 8

def after
  @after
end

#beforeObject (readonly)

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



8
9
10
# File 'lib/mxrb/model/design_migration.rb', line 8

def before
  @before
end

#occurrencesObject (readonly)

Returns the value of attribute occurrences

Returns:

  • (Object)

    the current value of occurrences



8
9
10
# File 'lib/mxrb/model/design_migration.rb', line 8

def occurrences
  @occurrences
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



8
9
10
# File 'lib/mxrb/model/design_migration.rb', line 8

def path
  @path
end