Class: Mxrb::OfficialMarketplace::AuditResult
- Inherits:
-
Data
- Object
- Data
- Mxrb::OfficialMarketplace::AuditResult
- Defined in:
- lib/mxrb/official_marketplace/content_api.rb
Overview
rubocop:enable Metrics/ClassLength
Instance Attribute Summary collapse
-
#installed_version ⇒ Object
readonly
Returns the value of attribute installed_version.
-
#issues ⇒ Object
readonly
Returns the value of attribute issues.
-
#latest_version ⇒ Object
readonly
Returns the value of attribute latest_version.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#outdated ⇒ Object
readonly
Returns the value of attribute outdated.
-
#valid ⇒ Object
readonly
Returns the value of attribute valid.
-
#version_type ⇒ Object
readonly
Returns the value of attribute version_type.
Instance Attribute Details
#installed_version ⇒ Object (readonly)
Returns the value of attribute installed_version
249 250 251 |
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249 def installed_version @installed_version end |
#issues ⇒ Object (readonly)
Returns the value of attribute issues
249 250 251 |
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249 def issues @issues end |
#latest_version ⇒ Object (readonly)
Returns the value of attribute latest_version
249 250 251 |
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249 def latest_version @latest_version end |
#name ⇒ Object (readonly)
Returns the value of attribute name
249 250 251 |
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249 def name @name end |
#outdated ⇒ Object (readonly)
Returns the value of attribute outdated
249 250 251 |
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249 def outdated @outdated end |
#valid ⇒ Object (readonly)
Returns the value of attribute valid
249 250 251 |
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249 def valid @valid end |
#version_type ⇒ Object (readonly)
Returns the value of attribute version_type
249 250 251 |
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249 def version_type @version_type end |