Class: Attest::Config

Inherits:
Object show all
Includes:
Singleton
Defined in:
lib/attest/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_fileObject

Returns the value of attribute current_file.



7
8
9
# File 'lib/attest/config.rb', line 7

def current_file
  @current_file
end

#output_writerObject

Returns the value of attribute output_writer.



7
8
9
# File 'lib/attest/config.rb', line 7

def output_writer
  @output_writer
end

#possible_testsObject

Returns the value of attribute possible_tests.



7
8
9
# File 'lib/attest/config.rb', line 7

def possible_tests
  @possible_tests
end

#testdoubleObject

Returns the value of attribute testdouble.



7
8
9
# File 'lib/attest/config.rb', line 7

def testdouble
  @testdouble
end