Class: Mxrb::OfficialMarketplace::AuditResult

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/official_marketplace/content_api.rb

Overview

rubocop:enable Metrics/ClassLength

Instance Attribute Summary collapse

Instance Attribute Details

#installed_versionObject (readonly)

Returns the value of attribute installed_version

Returns:

  • (Object)

    the current value of installed_version



249
250
251
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249

def installed_version
  @installed_version
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



249
250
251
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249

def issues
  @issues
end

#latest_versionObject (readonly)

Returns the value of attribute latest_version

Returns:

  • (Object)

    the current value of latest_version



249
250
251
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249

def latest_version
  @latest_version
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



249
250
251
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249

def name
  @name
end

#outdatedObject (readonly)

Returns the value of attribute outdated

Returns:

  • (Object)

    the current value of outdated



249
250
251
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249

def outdated
  @outdated
end

#validObject (readonly)

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



249
250
251
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249

def valid
  @valid
end

#version_typeObject (readonly)

Returns the value of attribute version_type

Returns:

  • (Object)

    the current value of version_type



249
250
251
# File 'lib/mxrb/official_marketplace/content_api.rb', line 249

def version_type
  @version_type
end