Class: Bake::Cache
- Inherits:
-
Object
- Object
- Bake::Cache
- Defined in:
- lib/bake/cache.rb
Instance Attribute Summary collapse
-
#adapt_filenames ⇒ Object
Returns the value of attribute adapt_filenames.
-
#adaptConfigs ⇒ Object
Returns the value of attribute adaptConfigs.
-
#adaptStrings ⇒ Object
Returns the value of attribute adaptStrings.
-
#build_config ⇒ Object
Returns the value of attribute build_config.
-
#cache_file ⇒ Object
Returns the value of attribute cache_file.
-
#exclude_filter ⇒ Object
Returns the value of attribute exclude_filter.
-
#include_filter ⇒ Object
Returns the value of attribute include_filter.
-
#no_autodir ⇒ Object
Returns the value of attribute no_autodir.
-
#referencedConfigs ⇒ Object
Returns the value of attribute referencedConfigs.
-
#version ⇒ Object
Returns the value of attribute version.
-
#workspace_roots ⇒ Object
Returns the value of attribute workspace_roots.
Instance Attribute Details
#adapt_filenames ⇒ Object
Returns the value of attribute adapt_filenames.
20 21 22 |
# File 'lib/bake/cache.rb', line 20 def adapt_filenames @adapt_filenames end |
#adaptConfigs ⇒ Object
Returns the value of attribute adaptConfigs.
11 12 13 |
# File 'lib/bake/cache.rb', line 11 def adaptConfigs @adaptConfigs end |
#adaptStrings ⇒ Object
Returns the value of attribute adaptStrings.
12 13 14 |
# File 'lib/bake/cache.rb', line 12 def adaptStrings @adaptStrings end |
#build_config ⇒ Object
Returns the value of attribute build_config.
19 20 21 |
# File 'lib/bake/cache.rb', line 19 def build_config @build_config end |
#cache_file ⇒ Object
Returns the value of attribute cache_file.
13 14 15 |
# File 'lib/bake/cache.rb', line 13 def cache_file @cache_file end |
#exclude_filter ⇒ Object
Returns the value of attribute exclude_filter.
17 18 19 |
# File 'lib/bake/cache.rb', line 17 def exclude_filter @exclude_filter end |
#include_filter ⇒ Object
Returns the value of attribute include_filter.
16 17 18 |
# File 'lib/bake/cache.rb', line 16 def include_filter @include_filter end |
#no_autodir ⇒ Object
Returns the value of attribute no_autodir.
18 19 20 |
# File 'lib/bake/cache.rb', line 18 def no_autodir @no_autodir end |
#referencedConfigs ⇒ Object
Returns the value of attribute referencedConfigs.
10 11 12 |
# File 'lib/bake/cache.rb', line 10 def referencedConfigs @referencedConfigs end |
#version ⇒ Object
Returns the value of attribute version.
14 15 16 |
# File 'lib/bake/cache.rb', line 14 def version @version end |
#workspace_roots ⇒ Object
Returns the value of attribute workspace_roots.
15 16 17 |
# File 'lib/bake/cache.rb', line 15 def workspace_roots @workspace_roots end |