Class: Recorder::Config
- Inherits:
-
Struct
- Object
- Struct
- Recorder::Config
- Defined in:
- lib/recorder.rb
Instance Attribute Summary collapse
-
#records_dir ⇒ Object
Returns the value of attribute records_dir.
-
#stubb ⇒ Object
Returns the value of attribute stubb.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#records_dir ⇒ Object
Returns the value of attribute records_dir
7 8 9 |
# File 'lib/recorder.rb', line 7 def records_dir @records_dir end |
#stubb ⇒ Object
Returns the value of attribute stubb
7 8 9 |
# File 'lib/recorder.rb', line 7 def stubb @stubb end |
#verbose ⇒ Object
Returns the value of attribute verbose
7 8 9 |
# File 'lib/recorder.rb', line 7 def verbose @verbose end |