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