Class: Mxrb::WidgetPackage::Definition
- Inherits:
-
Data
- Object
- Data
- Mxrb::WidgetPackage::Definition
- Defined in:
- lib/mxrb/widget_package.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#help_url ⇒ Object
readonly
Returns the value of attribute help_url.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#needs_context ⇒ Object
readonly
Returns the value of attribute needs_context.
-
#offline ⇒ Object
readonly
Returns the value of attribute offline.
-
#platform ⇒ Object
readonly
Returns the value of attribute platform.
-
#plugin ⇒ Object
readonly
Returns the value of attribute plugin.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
-
#studio_category ⇒ Object
readonly
Returns the value of attribute studio_category.
-
#studio_pro_category ⇒ Object
readonly
Returns the value of attribute studio_pro_category.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def description @description end |
#help_url ⇒ Object (readonly)
Returns the value of attribute help_url
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def help_url @help_url end |
#id ⇒ Object (readonly)
Returns the value of attribute id
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def name @name end |
#needs_context ⇒ Object (readonly)
Returns the value of attribute needs_context
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def needs_context @needs_context end |
#offline ⇒ Object (readonly)
Returns the value of attribute offline
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def offline @offline end |
#platform ⇒ Object (readonly)
Returns the value of attribute platform
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def platform @platform end |
#plugin ⇒ Object (readonly)
Returns the value of attribute plugin
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def plugin @plugin end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def properties @properties end |
#studio_category ⇒ Object (readonly)
Returns the value of attribute studio_category
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def studio_category @studio_category end |
#studio_pro_category ⇒ Object (readonly)
Returns the value of attribute studio_pro_category
20 21 22 |
# File 'lib/mxrb/widget_package.rb', line 20 def studio_pro_category @studio_pro_category end |