Class: Mxrb::UpgradeResult
- Inherits:
-
Data
- Object
- Data
- Mxrb::UpgradeResult
- Defined in:
- lib/mxrb/project_lifecycle.rb
Instance Attribute Summary collapse
-
#applied ⇒ Object
readonly
Returns the value of attribute applied.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#applied ⇒ Object (readonly)
Returns the value of attribute applied
6 7 8 |
# File 'lib/mxrb/project_lifecycle.rb', line 6 def applied @applied end |
#from ⇒ Object (readonly)
Returns the value of attribute from
6 7 8 |
# File 'lib/mxrb/project_lifecycle.rb', line 6 def from @from end |
#path ⇒ Object (readonly)
Returns the value of attribute path
6 7 8 |
# File 'lib/mxrb/project_lifecycle.rb', line 6 def path @path end |
#to ⇒ Object (readonly)
Returns the value of attribute to
6 7 8 |
# File 'lib/mxrb/project_lifecycle.rb', line 6 def to @to end |