Class: Baza::Driver::Sqlite3::Indexes
- Inherits:
-
Object
- Object
- Baza::Driver::Sqlite3::Indexes
- Defined in:
- lib/baza/driver/sqlite3/indexes.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(args) ⇒ Indexes
constructor
A new instance of Indexes.
Constructor Details
#initialize(args) ⇒ Indexes
Returns a new instance of Indexes.
2 3 4 |
# File 'lib/baza/driver/sqlite3/indexes.rb', line 2 def initialize(args) @args = args end |