Class: Mxrb::Compiler::WebBundleResult
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::WebBundleResult
- Defined in:
- lib/mxrb/compiler/web_bundle_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.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
8 9 10 |
# File 'lib/mxrb/compiler/web_bundle_builder.rb', line 8 def bytes @bytes end |
#directory ⇒ Object (readonly)
Returns the value of attribute directory
8 9 10 |
# File 'lib/mxrb/compiler/web_bundle_builder.rb', line 8 def directory @directory end |
#files ⇒ Object (readonly)
Returns the value of attribute files
8 9 10 |
# File 'lib/mxrb/compiler/web_bundle_builder.rb', line 8 def files @files end |