Class: Mxrb::OfficialMarketplace::WidgetDependency

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

Instance Attribute Summary collapse

Instance Attribute Details

#archiveObject (readonly)

Returns the value of attribute archive

Returns:

  • (Object)

    the current value of archive



6
7
8
# File 'lib/mxrb/official_marketplace/dependency_resolver.rb', line 6

def archive
  @archive
end

#packageObject (readonly)

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



6
7
8
# File 'lib/mxrb/official_marketplace/dependency_resolver.rb', line 6

def package
  @package
end

#required_idsObject (readonly)

Returns the value of attribute required_ids

Returns:

  • (Object)

    the current value of required_ids



6
7
8
# File 'lib/mxrb/official_marketplace/dependency_resolver.rb', line 6

def required_ids
  @required_ids
end

#widget_idsObject (readonly)

Returns the value of attribute widget_ids

Returns:

  • (Object)

    the current value of widget_ids



6
7
8
# File 'lib/mxrb/official_marketplace/dependency_resolver.rb', line 6

def widget_ids
  @widget_ids
end