Class: MethodTracer::Config
- Inherits:
-
Object
- Object
- MethodTracer::Config
- Defined in:
- lib/method_tracer.rb
Class Attribute Summary collapse
-
.app_path ⇒ Object
Returns the value of attribute app_path.
-
.output_file ⇒ Object
Returns the value of attribute output_file.
Class Attribute Details
.app_path ⇒ Object
Returns the value of attribute app_path.
8 9 10 |
# File 'lib/method_tracer.rb', line 8 def app_path @app_path end |
.output_file ⇒ Object
Returns the value of attribute output_file.
8 9 10 |
# File 'lib/method_tracer.rb', line 8 def output_file @output_file end |