Class: Crashbreak::Configurator

Inherits:
Object
  • Object
show all
Defined in:
lib/crashbreak/config/configurator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

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_optionsObject

Returns the value of attribute dumper_options.



9
10
11
# File 'lib/crashbreak/config/configurator.rb', line 9

def dumper_options
  @dumper_options
end

#dumpersObject

Returns the value of attribute dumpers.



8
9
10
# File 'lib/crashbreak/config/configurator.rb', line 8

def dumpers
  @dumpers
end

#error_serializersObject

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_notifierObject

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_branchObject

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_integrationObject

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_loginObject

Returns the value of attribute github_login.



17
18
19
# File 'lib/crashbreak/config/configurator.rb', line 17

def 
  @github_login
end

#github_passwordObject

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_nameObject

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_environmentsObject

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_exceptionsObject

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_rootObject

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_pathObject

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_commandObject

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_pathObject

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_optionsObject

Returns the value of attribute restorer_options.



10
11
12
# File 'lib/crashbreak/config/configurator.rb', line 10

def restorer_options
  @restorer_options
end