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:, options: {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(recording, name:, options: {}) ⇒ Base
Returns a new instance of Base.
6 7 8 9 10 |
# File 'lib/database_recorder/storage/base.rb', line 6 def initialize(recording, name:, options: {}) @recording = recording @name = name @options = end |