Class: Hanami::Model::Sql::Consoles::Abstract Private
- Inherits:
-
Object
- Object
- Hanami::Model::Sql::Consoles::Abstract
- Defined in:
- lib/hanami/model/sql/consoles/abstract.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Abstract adapter
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(uri) ⇒ Abstract
constructor
private
A new instance of Abstract.
Constructor Details
#initialize(uri) ⇒ Abstract
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Abstract.
14 15 16 |
# File 'lib/hanami/model/sql/consoles/abstract.rb', line 14 def initialize(uri) @uri = uri end |