Class: Crashbreak::Configurator
- Inherits:
-
Object
- Object
- Crashbreak::Configurator
- Defined in:
- lib/crashbreak/config/configurator.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#dumper_options ⇒ Object
Returns the value of attribute dumper_options.
-
#dumpers ⇒ Object
Returns the value of attribute dumpers.
-
#error_serializers ⇒ Object
Returns the value of attribute error_serializers.
-
#exception_notifier ⇒ Object
Returns the value of attribute exception_notifier.
-
#github_development_branch ⇒ Object
Returns the value of attribute github_development_branch.
-
#github_integration ⇒ Object
Returns the value of attribute github_integration.
-
#github_login ⇒ Object
Returns the value of attribute github_login.
-
#github_password ⇒ Object
Returns the value of attribute github_password.
-
#github_repo_name ⇒ Object
Returns the value of attribute github_repo_name.
-
#ignored_environments ⇒ Object
Returns the value of attribute ignored_environments.
-
#ignored_exceptions ⇒ Object
Returns the value of attribute ignored_exceptions.
-
#project_root ⇒ Object
Returns the value of attribute project_root.
-
#request_spec_file_path ⇒ Object
Returns the value of attribute request_spec_file_path.
-
#request_spec_run_command ⇒ Object
Returns the value of attribute request_spec_run_command.
-
#request_spec_template_path ⇒ Object
Returns the value of attribute request_spec_template_path.
-
#restorer_options ⇒ Object
Returns the value of attribute restorer_options.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/crashbreak/config/configurator.rb', line 3 def api_key @api_key end |
#dumper_options ⇒ Object
Returns the value of attribute dumper_options.
9 10 11 |
# File 'lib/crashbreak/config/configurator.rb', line 9 def @dumper_options end |
#dumpers ⇒ Object
Returns the value of attribute dumpers.
8 9 10 |
# File 'lib/crashbreak/config/configurator.rb', line 8 def dumpers @dumpers end |
#error_serializers ⇒ Object
Returns the value of attribute error_serializers.
7 8 9 |
# File 'lib/crashbreak/config/configurator.rb', line 7 def error_serializers @error_serializers end |
#exception_notifier ⇒ Object
Returns the value of attribute exception_notifier.
6 7 8 |
# File 'lib/crashbreak/config/configurator.rb', line 6 def exception_notifier @exception_notifier end |
#github_development_branch ⇒ Object
Returns the value of attribute github_development_branch.
20 21 22 |
# File 'lib/crashbreak/config/configurator.rb', line 20 def github_development_branch @github_development_branch end |
#github_integration ⇒ Object
Returns the value of attribute github_integration.
16 17 18 |
# File 'lib/crashbreak/config/configurator.rb', line 16 def github_integration @github_integration end |
#github_login ⇒ Object
Returns the value of attribute github_login.
17 18 19 |
# File 'lib/crashbreak/config/configurator.rb', line 17 def github_login @github_login end |
#github_password ⇒ Object
Returns the value of attribute github_password.
18 19 20 |
# File 'lib/crashbreak/config/configurator.rb', line 18 def github_password @github_password end |
#github_repo_name ⇒ Object
Returns the value of attribute github_repo_name.
19 20 21 |
# File 'lib/crashbreak/config/configurator.rb', line 19 def github_repo_name @github_repo_name end |
#ignored_environments ⇒ Object
Returns the value of attribute ignored_environments.
4 5 6 |
# File 'lib/crashbreak/config/configurator.rb', line 4 def ignored_environments @ignored_environments end |
#ignored_exceptions ⇒ Object
Returns the value of attribute ignored_exceptions.
5 6 7 |
# File 'lib/crashbreak/config/configurator.rb', line 5 def ignored_exceptions @ignored_exceptions end |
#project_root ⇒ Object
Returns the value of attribute project_root.
14 15 16 |
# File 'lib/crashbreak/config/configurator.rb', line 14 def project_root @project_root end |
#request_spec_file_path ⇒ Object
Returns the value of attribute request_spec_file_path.
11 12 13 |
# File 'lib/crashbreak/config/configurator.rb', line 11 def request_spec_file_path @request_spec_file_path end |
#request_spec_run_command ⇒ Object
Returns the value of attribute request_spec_run_command.
13 14 15 |
# File 'lib/crashbreak/config/configurator.rb', line 13 def request_spec_run_command @request_spec_run_command end |
#request_spec_template_path ⇒ Object
Returns the value of attribute request_spec_template_path.
12 13 14 |
# File 'lib/crashbreak/config/configurator.rb', line 12 def request_spec_template_path @request_spec_template_path end |
#restorer_options ⇒ Object
Returns the value of attribute restorer_options.
10 11 12 |
# File 'lib/crashbreak/config/configurator.rb', line 10 def @restorer_options end |