Class: Mxrb::OfficialMarketplace::ModulePackageImporter::Result
- Inherits:
-
Data
- Object
- Data
- Mxrb::OfficialMarketplace::ModulePackageImporter::Result
- Defined in:
- lib/mxrb/official_marketplace/module_package_importer.rb
Overview
rubocop:disable Metrics/ClassLength
Instance Attribute Summary collapse
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#module_id ⇒ Object
readonly
Returns the value of attribute module_id.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
-
#package_version ⇒ Object
readonly
Returns the value of attribute package_version.
-
#source_version ⇒ Object
readonly
Returns the value of attribute source_version.
-
#target_version ⇒ Object
readonly
Returns the value of attribute target_version.
-
#units ⇒ Object
readonly
Returns the value of attribute units.
Instance Attribute Details
#files ⇒ Object (readonly)
Returns the value of attribute files
167 168 169 |
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167 def files @files end |
#module_id ⇒ Object (readonly)
Returns the value of attribute module_id
167 168 169 |
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167 def module_id @module_id end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
167 168 169 |
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167 def module_name @module_name end |
#package_version ⇒ Object (readonly)
Returns the value of attribute package_version
167 168 169 |
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167 def package_version @package_version end |
#source_version ⇒ Object (readonly)
Returns the value of attribute source_version
167 168 169 |
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167 def source_version @source_version end |
#target_version ⇒ Object (readonly)
Returns the value of attribute target_version
167 168 169 |
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167 def target_version @target_version end |
#units ⇒ Object (readonly)
Returns the value of attribute units
167 168 169 |
# File 'lib/mxrb/official_marketplace/module_package_importer.rb', line 167 def units @units end |