Class: Bake::Cache

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

Instance Attribute Summary collapse

Instance Attribute Details

#adapt_filenamesObject

Returns the value of attribute adapt_filenames.



20
21
22
# File 'lib/bake/cache.rb', line 20

def adapt_filenames
  @adapt_filenames
end

#adaptConfigsObject

Returns the value of attribute adaptConfigs.



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

def adaptConfigs
  @adaptConfigs
end

#adaptStringsObject

Returns the value of attribute adaptStrings.



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

def adaptStrings
  @adaptStrings
end

#build_configObject

Returns the value of attribute build_config.



19
20
21
# File 'lib/bake/cache.rb', line 19

def build_config
  @build_config
end

#cache_fileObject

Returns the value of attribute cache_file.



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

def cache_file
  @cache_file
end

#exclude_filterObject

Returns the value of attribute exclude_filter.



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

def exclude_filter
  @exclude_filter
end

#include_filterObject

Returns the value of attribute include_filter.



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

def include_filter
  @include_filter
end

#no_autodirObject

Returns the value of attribute no_autodir.



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

def no_autodir
  @no_autodir
end

#referencedConfigsObject

Returns the value of attribute referencedConfigs.



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

def referencedConfigs
  @referencedConfigs
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end

#workspace_rootsObject

Returns the value of attribute workspace_roots.



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

def workspace_roots
  @workspace_roots
end