Class: Mxrb::OfficialMarketplace::Installation
- Inherits:
-
Data
- Object
- Data
- Mxrb::OfficialMarketplace::Installation
- Defined in:
- lib/mxrb/official_marketplace.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
readonly
Returns the value of attribute destination.
-
#package ⇒ Object
readonly
Returns the value of attribute package.
-
#sha256 ⇒ Object
readonly
Returns the value of attribute sha256.
Instance Attribute Details
#destination ⇒ Object (readonly)
Returns the value of attribute destination
24 25 26 |
# File 'lib/mxrb/official_marketplace.rb', line 24 def destination @destination end |
#package ⇒ Object (readonly)
Returns the value of attribute package
24 25 26 |
# File 'lib/mxrb/official_marketplace.rb', line 24 def package @package end |
#sha256 ⇒ Object (readonly)
Returns the value of attribute sha256
24 25 26 |
# File 'lib/mxrb/official_marketplace.rb', line 24 def sha256 @sha256 end |