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