Class: Mxrb::OfficialMarketplace::WidgetInstallation
- Inherits:
-
Data
- Object
- Data
- Mxrb::OfficialMarketplace::WidgetInstallation
- Defined in:
- lib/mxrb/official_marketplace/widget_package_installer.rb
Instance Attribute Summary collapse
-
#archive ⇒ Object
readonly
Returns the value of attribute archive.
-
#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.
-
#widget_ids ⇒ Object
readonly
Returns the value of attribute widget_ids.
-
#widget_name ⇒ Object
readonly
Returns the value of attribute widget_name.
Instance Attribute Details
#archive ⇒ Object (readonly)
Returns the value of attribute archive
11 12 13 |
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11 def archive @archive end |
#destination ⇒ Object (readonly)
Returns the value of attribute destination
11 12 13 |
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11 def destination @destination end |
#package ⇒ Object (readonly)
Returns the value of attribute package
11 12 13 |
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11 def package @package end |
#sha256 ⇒ Object (readonly)
Returns the value of attribute sha256
11 12 13 |
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11 def sha256 @sha256 end |
#widget_ids ⇒ Object (readonly)
Returns the value of attribute widget_ids
11 12 13 |
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11 def @widget_ids end |
#widget_name ⇒ Object (readonly)
Returns the value of attribute widget_name
11 12 13 |
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11 def @widget_name end |