Class: Bake::Cache
- Inherits:
-
Object
- Object
- Bake::Cache
- Defined in:
- lib/bake/cache.rb
Instance Attribute Summary collapse
-
#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.
-
#files ⇒ Object
project_files.
-
#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
#build_config ⇒ Object
Returns the value of attribute build_config.
17 18 19 |
# File 'lib/bake/cache.rb', line 17 def build_config @build_config end |
#cache_file ⇒ Object
Returns the value of attribute cache_file.
11 12 13 |
# File 'lib/bake/cache.rb', line 11 def cache_file @cache_file end |
#exclude_filter ⇒ Object
Returns the value of attribute exclude_filter.
15 16 17 |
# File 'lib/bake/cache.rb', line 15 def exclude_filter @exclude_filter end |
#files ⇒ Object
project_files
10 11 12 |
# File 'lib/bake/cache.rb', line 10 def files @files end |
#include_filter ⇒ Object
Returns the value of attribute include_filter.
14 15 16 |
# File 'lib/bake/cache.rb', line 14 def include_filter @include_filter end |
#no_autodir ⇒ Object
Returns the value of attribute no_autodir.
16 17 18 |
# File 'lib/bake/cache.rb', line 16 def no_autodir @no_autodir end |
#referencedConfigs ⇒ Object
Returns the value of attribute referencedConfigs.
9 10 11 |
# File 'lib/bake/cache.rb', line 9 def referencedConfigs @referencedConfigs end |
#version ⇒ Object
Returns the value of attribute version.
12 13 14 |
# File 'lib/bake/cache.rb', line 12 def version @version end |
#workspace_roots ⇒ Object
Returns the value of attribute workspace_roots.
13 14 15 |
# File 'lib/bake/cache.rb', line 13 def workspace_roots @workspace_roots end |