Class: Fitting::Configuration
- Inherits:
-
Object
- Object
- Fitting::Configuration
- Defined in:
- lib/fitting/configuration.rb
Instance Attribute Summary collapse
-
#apib_path ⇒ Object
Returns the value of attribute apib_path.
-
#create_report_with_name ⇒ Object
Returns the value of attribute create_report_with_name.
-
#drafter_yaml_path ⇒ Object
Returns the value of attribute drafter_yaml_path.
-
#necessary_fully_implementation_of_responses ⇒ Object
Returns the value of attribute necessary_fully_implementation_of_responses.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#show_statistics_in_console ⇒ Object
Returns the value of attribute show_statistics_in_console.
-
#strict ⇒ Object
Returns the value of attribute strict.
-
#tomogram ⇒ Object
Returns the value of attribute tomogram.
-
#white_list ⇒ Object
Returns the value of attribute white_list.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_path ⇒ Object
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_name ⇒ Object
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_path ⇒ Object
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_responses ⇒ Object
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 |
#prefix ⇒ Object
Returns the value of attribute prefix.
3 4 5 |
# File 'lib/fitting/configuration.rb', line 3 def prefix @prefix end |
#show_statistics_in_console ⇒ Object
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 |
#strict ⇒ Object
Returns the value of attribute strict.
3 4 5 |
# File 'lib/fitting/configuration.rb', line 3 def strict @strict end |
#tomogram ⇒ Object
Returns the value of attribute tomogram.
3 4 5 |
# File 'lib/fitting/configuration.rb', line 3 def tomogram @tomogram end |
#white_list ⇒ Object
Returns the value of attribute white_list.
3 4 5 |
# File 'lib/fitting/configuration.rb', line 3 def white_list @white_list end |