Class: Fitting::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/fitting/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



13
14
15
16
17
18
# File 'lib/fitting/configuration.rb', line 13

def initialize
  @necessary_fully_implementation_of_responses = true
  @strict = false
  @prefix = ''
  @show_statistics_in_console = true
end

Instance Attribute Details

#apib_pathObject

Returns the value of attribute apib_path.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def apib_path
  @apib_path
end

#create_report_with_nameObject

Returns the value of attribute create_report_with_name.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def create_report_with_name
  @create_report_with_name
end

#drafter_yaml_pathObject

Returns the value of attribute drafter_yaml_path.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def drafter_yaml_path
  @drafter_yaml_path
end

#necessary_fully_implementation_of_responsesObject

Returns the value of attribute necessary_fully_implementation_of_responses.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def necessary_fully_implementation_of_responses
  @necessary_fully_implementation_of_responses
end

#prefixObject

Returns the value of attribute prefix.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def prefix
  @prefix
end

#show_statistics_in_consoleObject

Returns the value of attribute show_statistics_in_console.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def show_statistics_in_console
  @show_statistics_in_console
end

#strictObject

Returns the value of attribute strict.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def strict
  @strict
end

#tomogramObject

Returns the value of attribute tomogram.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def tomogram
  @tomogram
end

#white_listObject

Returns the value of attribute white_list.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def white_list
  @white_list
end