Class: MethodTracer::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/method_tracer.rb

Class Attribute Summary collapse

Class Attribute Details

.app_pathObject

Returns the value of attribute app_path.



8
9
10
# File 'lib/method_tracer.rb', line 8

def app_path
  @app_path
end

.output_fileObject

Returns the value of attribute output_file.



8
9
10
# File 'lib/method_tracer.rb', line 8

def output_file
  @output_file
end