Class: Mxrb::UpgradeResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#appliedObject (readonly)

Returns the value of attribute applied

Returns:

  • (Object)

    the current value of applied



6
7
8
# File 'lib/mxrb/project_lifecycle.rb', line 6

def applied
  @applied
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



6
7
8
# File 'lib/mxrb/project_lifecycle.rb', line 6

def from
  @from
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/mxrb/project_lifecycle.rb', line 6

def path
  @path
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



6
7
8
# File 'lib/mxrb/project_lifecycle.rb', line 6

def to
  @to
end