Class: Lit::Loader
- Inherits:
-
Object
- Object
- Lit::Loader
- Defined in:
- lib/lit/loader.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ Loader
constructor
A new instance of Loader.
Constructor Details
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache.
11 12 13 |
# File 'lib/lit/loader.rb', line 11 def cache @cache end |
#logger ⇒ Object
Returns the value of attribute logger.
12 13 14 |
# File 'lib/lit/loader.rb', line 12 def logger @logger end |