Class: Bake::Cache

Inherits:
Object
  • Object
show all
Defined in:
lib/bake/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#build_configObject

Returns the value of attribute build_config.



17
18
19
# File 'lib/bake/cache.rb', line 17

def build_config
  @build_config
end

#cache_fileObject

Returns the value of attribute cache_file.



11
12
13
# File 'lib/bake/cache.rb', line 11

def cache_file
  @cache_file
end

#exclude_filterObject

Returns the value of attribute exclude_filter.



15
16
17
# File 'lib/bake/cache.rb', line 15

def exclude_filter
  @exclude_filter
end

#filesObject

project_files



10
11
12
# File 'lib/bake/cache.rb', line 10

def files
  @files
end

#include_filterObject

Returns the value of attribute include_filter.



14
15
16
# File 'lib/bake/cache.rb', line 14

def include_filter
  @include_filter
end

#no_autodirObject

Returns the value of attribute no_autodir.



16
17
18
# File 'lib/bake/cache.rb', line 16

def no_autodir
  @no_autodir
end

#referencedConfigsObject

Returns the value of attribute referencedConfigs.



9
10
11
# File 'lib/bake/cache.rb', line 9

def referencedConfigs
  @referencedConfigs
end

#versionObject

Returns the value of attribute version.



12
13
14
# File 'lib/bake/cache.rb', line 12

def version
  @version
end

#workspace_rootsObject

Returns the value of attribute workspace_roots.



13
14
15
# File 'lib/bake/cache.rb', line 13

def workspace_roots
  @workspace_roots
end