Class: DatabaseRecorder::Storage::Base
- Inherits:
-
Object
- Object
- DatabaseRecorder::Storage::Base
- Defined in:
- lib/database_recorder/storage/base.rb
Instance Method Summary collapse
-
#initialize(recording, name:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(recording, name:) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/database_recorder/storage/base.rb', line 6 def initialize(recording, name:) @recording = recording @name = name end |