Class: Mxrb::Compiler::PageBundle

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

Instance Attribute Summary collapse

Instance Attribute Details

#qualified_nameObject (readonly)

Returns the value of attribute qualified_name

Returns:

  • (Object)

    the current value of qualified_name



7
8
9
# File 'lib/mxrb/compiler/page_bundle_compiler.rb', line 7

def qualified_name
  @qualified_name
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'lib/mxrb/compiler/page_bundle_compiler.rb', line 7

def source
  @source
end

#unsupported_custom_widgetsObject (readonly)

Returns the value of attribute unsupported_custom_widgets

Returns:

  • (Object)

    the current value of unsupported_custom_widgets



7
8
9
# File 'lib/mxrb/compiler/page_bundle_compiler.rb', line 7

def unsupported_custom_widgets
  @unsupported_custom_widgets
end

#unsupported_widgetsObject (readonly)

Returns the value of attribute unsupported_widgets

Returns:

  • (Object)

    the current value of unsupported_widgets



7
8
9
# File 'lib/mxrb/compiler/page_bundle_compiler.rb', line 7

def unsupported_widgets
  @unsupported_widgets
end