Class: Mxrb::OfficialMarketplace::WidgetInstallation

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

Instance Attribute Summary collapse

Instance Attribute Details

#archiveObject (readonly)

Returns the value of attribute archive

Returns:

  • (Object)

    the current value of archive



11
12
13
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11

def archive
  @archive
end

#destinationObject (readonly)

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



11
12
13
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11

def destination
  @destination
end

#packageObject (readonly)

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



11
12
13
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11

def package
  @package
end

#sha256Object (readonly)

Returns the value of attribute sha256

Returns:

  • (Object)

    the current value of sha256



11
12
13
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11

def sha256
  @sha256
end

#widget_idsObject (readonly)

Returns the value of attribute widget_ids

Returns:

  • (Object)

    the current value of widget_ids



11
12
13
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11

def widget_ids
  @widget_ids
end

#widget_nameObject (readonly)

Returns the value of attribute widget_name

Returns:

  • (Object)

    the current value of widget_name



11
12
13
# File 'lib/mxrb/official_marketplace/widget_package_installer.rb', line 11

def widget_name
  @widget_name
end