Class: Mxrb::WidgetPackage::Definition

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def description
  @description
end

#help_urlObject (readonly)

Returns the value of attribute help_url

Returns:

  • (Object)

    the current value of help_url



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def help_url
  @help_url
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def name
  @name
end

#needs_contextObject (readonly)

Returns the value of attribute needs_context

Returns:

  • (Object)

    the current value of needs_context



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def needs_context
  @needs_context
end

#offlineObject (readonly)

Returns the value of attribute offline

Returns:

  • (Object)

    the current value of offline



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def offline
  @offline
end

#platformObject (readonly)

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def platform
  @platform
end

#pluginObject (readonly)

Returns the value of attribute plugin

Returns:

  • (Object)

    the current value of plugin



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def plugin
  @plugin
end

#propertiesObject (readonly)

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def properties
  @properties
end

#studio_categoryObject (readonly)

Returns the value of attribute studio_category

Returns:

  • (Object)

    the current value of studio_category



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def studio_category
  @studio_category
end

#studio_pro_categoryObject (readonly)

Returns the value of attribute studio_pro_category

Returns:

  • (Object)

    the current value of studio_pro_category



20
21
22
# File 'lib/mxrb/widget_package.rb', line 20

def studio_pro_category
  @studio_pro_category
end