Class: Watchdocs::Rails::Recordings::Recorder
- Defined in:
- lib/watchdocs/rails/recordings/recorder.rb
Instance Attribute Summary collapse
-
#from_specs ⇒ Object
readonly
Returns the value of attribute from_specs.
-
#output ⇒ Object
readonly
Returns the value of attribute output.
-
#store ⇒ Object
readonly
Returns the value of attribute store.
Instance Method Summary collapse
- #call(new_call) ⇒ Object
-
#initialize(from_specs: true) ⇒ Recorder
constructor
A new instance of Recorder.
Constructor Details
Instance Attribute Details
permalink #from_specs ⇒ Object (readonly)
Returns the value of attribute from_specs.
5 6 7 |
# File 'lib/watchdocs/rails/recordings/recorder.rb', line 5 def from_specs @from_specs end |