Class: Attest::Config
- Includes:
- Singleton
- Defined in:
- lib/attest/config.rb
Instance Attribute Summary collapse
-
#current_file ⇒ Object
Returns the value of attribute current_file.
-
#output_writer ⇒ Object
Returns the value of attribute output_writer.
-
#possible_tests ⇒ Object
Returns the value of attribute possible_tests.
-
#testdouble ⇒ Object
Returns the value of attribute testdouble.
Instance Attribute Details
#current_file ⇒ Object
Returns the value of attribute current_file.
7 8 9 |
# File 'lib/attest/config.rb', line 7 def current_file @current_file end |
#output_writer ⇒ Object
Returns the value of attribute output_writer.
7 8 9 |
# File 'lib/attest/config.rb', line 7 def output_writer @output_writer end |
#possible_tests ⇒ Object
Returns the value of attribute possible_tests.
7 8 9 |
# File 'lib/attest/config.rb', line 7 def possible_tests @possible_tests end |
#testdouble ⇒ Object
Returns the value of attribute testdouble.
7 8 9 |
# File 'lib/attest/config.rb', line 7 def testdouble @testdouble end |