Class: Albacore::Tools::RestoreHintPaths::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/albacore/tools/restore_hint_paths.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



26
27
28
29
# File 'lib/albacore/tools/restore_hint_paths.rb', line 26

def initialize
  @asmname_to_package = {}
  @lang = 'fs'
end

Instance Attribute Details

#asmname_to_packageObject

Returns the value of attribute asmname_to_package.



23
24
25
# File 'lib/albacore/tools/restore_hint_paths.rb', line 23

def asmname_to_package
  @asmname_to_package
end

#dry_runObject

Returns the value of attribute dry_run.



25
26
27
# File 'lib/albacore/tools/restore_hint_paths.rb', line 25

def dry_run
  @dry_run
end

#langObject

Returns the value of attribute lang.



24
25
26
# File 'lib/albacore/tools/restore_hint_paths.rb', line 24

def lang
  @lang
end

#projsObject

Returns the value of attribute projs.



25
26
27
# File 'lib/albacore/tools/restore_hint_paths.rb', line 25

def projs
  @projs
end