Class: Bootscale::CacheBuilder
- Inherits:
-
Object
- Object
- Bootscale::CacheBuilder
- Defined in:
- lib/bootscale/cache_builder.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
Instance Method Summary collapse
- #generate(load_path) ⇒ Object
-
#initialize ⇒ CacheBuilder
constructor
A new instance of CacheBuilder.
Constructor Details
#initialize ⇒ CacheBuilder
Returns a new instance of CacheBuilder.
5 6 7 |
# File 'lib/bootscale/cache_builder.rb', line 5 def initialize @entries = {} end |
Instance Attribute Details
#entries ⇒ Object (readonly)
Returns the value of attribute entries.
3 4 5 |
# File 'lib/bootscale/cache_builder.rb', line 3 def entries @entries end |