Class: Mxrb::OfficialMarketplace::ModulePackageImporter::Result

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

Overview

rubocop:disable Metrics/ClassLength

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



167
168
169
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167

def files
  @files
end

#module_idObject (readonly)

Returns the value of attribute module_id

Returns:

  • (Object)

    the current value of module_id



167
168
169
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167

def module_id
  @module_id
end

#module_nameObject (readonly)

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



167
168
169
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167

def module_name
  @module_name
end

#package_versionObject (readonly)

Returns the value of attribute package_version

Returns:

  • (Object)

    the current value of package_version



167
168
169
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167

def package_version
  @package_version
end

#source_versionObject (readonly)

Returns the value of attribute source_version

Returns:

  • (Object)

    the current value of source_version



167
168
169
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167

def source_version
  @source_version
end

#target_versionObject (readonly)

Returns the value of attribute target_version

Returns:

  • (Object)

    the current value of target_version



167
168
169
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167

def target_version
  @target_version
end

#unitsObject (readonly)

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



167
168
169
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167

def units
  @units
end