Class: Mxrb::OfficialMarketplace::Package
- Inherits:
-
Data
- Object
- Data
- Mxrb::OfficialMarketplace::Package
- Defined in:
- lib/mxrb/official_marketplace.rb
Instance Attribute Summary collapse
-
#download_url ⇒ Object
readonly
Returns the value of attribute download_url.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#repository ⇒ Object
readonly
Returns the value of attribute repository.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#download_url ⇒ Object (readonly)
Returns the value of attribute download_url
19 20 21 |
# File 'lib/mxrb/official_marketplace.rb', line 19 def download_url @download_url end |
#name ⇒ Object (readonly)
Returns the value of attribute name
19 20 21 |
# File 'lib/mxrb/official_marketplace.rb', line 19 def name @name end |
#repository ⇒ Object (readonly)
Returns the value of attribute repository
19 20 21 |
# File 'lib/mxrb/official_marketplace.rb', line 19 def repository @repository end |
#source ⇒ Object (readonly)
Returns the value of attribute source
19 20 21 |
# File 'lib/mxrb/official_marketplace.rb', line 19 def source @source end |
#version ⇒ Object (readonly)
Returns the value of attribute version
19 20 21 |
# File 'lib/mxrb/official_marketplace.rb', line 19 def version @version end |