Class: Mxrb::Compiler::LegacyPageBuild
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::LegacyPageBuild
- Defined in:
- lib/mxrb/compiler/legacy_page_builder.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#directory ⇒ Object
readonly
Returns the value of attribute directory.
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#unsupported_widgets ⇒ Object
readonly
Returns the value of attribute unsupported_widgets.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
8 9 10 |
# File 'lib/mxrb/compiler/legacy_page_builder.rb', line 8 def bytes @bytes end |
#directory ⇒ Object (readonly)
Returns the value of attribute directory
8 9 10 |
# File 'lib/mxrb/compiler/legacy_page_builder.rb', line 8 def directory @directory end |
#files ⇒ Object (readonly)
Returns the value of attribute files
8 9 10 |
# File 'lib/mxrb/compiler/legacy_page_builder.rb', line 8 def files @files end |
#unsupported_widgets ⇒ Object (readonly)
Returns the value of attribute unsupported_widgets
8 9 10 |
# File 'lib/mxrb/compiler/legacy_page_builder.rb', line 8 def @unsupported_widgets end |