Class: Mxrb::OfficialMarketplace::ModuleInstallation

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

Instance Attribute Summary collapse

Instance Attribute Details

#archiveObject (readonly)

Returns the value of attribute archive

Returns:

  • (Object)

    the current value of archive



25
26
27
# File 'lib/mxrb/official_marketplace.rb', line 25

def archive
  @archive
end

#destinationObject (readonly)

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



25
26
27
# File 'lib/mxrb/official_marketplace.rb', line 25

def destination
  @destination
end

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



25
26
27
# File 'lib/mxrb/official_marketplace.rb', line 25

def files
  @files
end

#module_idObject (readonly)

Returns the value of attribute module_id

Returns:

  • (Object)

    the current value of module_id



25
26
27
# File 'lib/mxrb/official_marketplace.rb', line 25

def module_id
  @module_id
end

#module_nameObject (readonly)

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



25
26
27
# File 'lib/mxrb/official_marketplace.rb', line 25

def module_name
  @module_name
end

#packageObject (readonly)

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



25
26
27
# File 'lib/mxrb/official_marketplace.rb', line 25

def package
  @package
end

#sha256Object (readonly)

Returns the value of attribute sha256

Returns:

  • (Object)

    the current value of sha256



25
26
27
# File 'lib/mxrb/official_marketplace.rb', line 25

def sha256
  @sha256
end

#unitsObject (readonly)

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



25
26
27
# File 'lib/mxrb/official_marketplace.rb', line 25

def units
  @units
end