Class: Phlex::Compiler::FileCompiler::Result
- Inherits:
-
Data
- Object
- Data
- Phlex::Compiler::FileCompiler::Result
- Defined in:
- lib/phlex/compiler/file_compiler.rb
Instance Attribute Summary collapse
-
#compiled_snippets ⇒ Object
readonly
Returns the value of attribute compiled_snippets.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
Instance Attribute Details
#compiled_snippets ⇒ Object (readonly)
Returns the value of attribute compiled_snippets
4 5 6 |
# File 'lib/phlex/compiler/file_compiler.rb', line 4 def compiled_snippets @compiled_snippets end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
4 5 6 |
# File 'lib/phlex/compiler/file_compiler.rb', line 4 def namespace @namespace end |