Class: Mxrb::OfficialMarketplace::WidgetDependency
- Inherits:
-
Data
- Object
- Data
- Mxrb::OfficialMarketplace::WidgetDependency
- Defined in:
- lib/mxrb/official_marketplace/dependency_resolver.rb
Instance Attribute Summary collapse
-
#archive ⇒ Object
readonly
Returns the value of attribute archive.
-
#package ⇒ Object
readonly
Returns the value of attribute package.
-
#required_ids ⇒ Object
readonly
Returns the value of attribute required_ids.
-
#widget_ids ⇒ Object
readonly
Returns the value of attribute widget_ids.
Instance Attribute Details
#archive ⇒ Object (readonly)
Returns the value of attribute archive
6 7 8 |
# File 'lib/mxrb/official_marketplace/dependency_resolver.rb', line 6 def archive @archive end |
#package ⇒ Object (readonly)
Returns the value of attribute package
6 7 8 |
# File 'lib/mxrb/official_marketplace/dependency_resolver.rb', line 6 def package @package end |
#required_ids ⇒ Object (readonly)
Returns the value of attribute required_ids
6 7 8 |
# File 'lib/mxrb/official_marketplace/dependency_resolver.rb', line 6 def required_ids @required_ids end |
#widget_ids ⇒ Object (readonly)
Returns the value of attribute widget_ids
6 7 8 |
# File 'lib/mxrb/official_marketplace/dependency_resolver.rb', line 6 def @widget_ids end |