Class: Mxrb::Compiler::PageBundle
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::PageBundle
- Defined in:
- lib/mxrb/compiler/page_bundle_compiler.rb
Instance Attribute Summary collapse
-
#qualified_name ⇒ Object
readonly
Returns the value of attribute qualified_name.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#unsupported_custom_widgets ⇒ Object
readonly
Returns the value of attribute unsupported_custom_widgets.
-
#unsupported_widgets ⇒ Object
readonly
Returns the value of attribute unsupported_widgets.
Instance Attribute Details
#qualified_name ⇒ Object (readonly)
Returns the value of attribute qualified_name
7 8 9 |
# File 'lib/mxrb/compiler/page_bundle_compiler.rb', line 7 def qualified_name @qualified_name end |
#source ⇒ Object (readonly)
Returns the value of attribute source
7 8 9 |
# File 'lib/mxrb/compiler/page_bundle_compiler.rb', line 7 def source @source end |
#unsupported_custom_widgets ⇒ Object (readonly)
Returns the value of attribute unsupported_custom_widgets
7 8 9 |
# File 'lib/mxrb/compiler/page_bundle_compiler.rb', line 7 def @unsupported_custom_widgets end |
#unsupported_widgets ⇒ Object (readonly)
Returns the value of attribute unsupported_widgets
7 8 9 |
# File 'lib/mxrb/compiler/page_bundle_compiler.rb', line 7 def @unsupported_widgets end |