Class: Baza::Driver::Mysql::Indexes

Inherits:
Object
  • Object
show all
Defined in:
lib/baza/driver/mysql/indexes.rb

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ Indexes

Returns a new instance of Indexes.



2
3
4
# File 'lib/baza/driver/mysql/indexes.rb', line 2

def initialize(args)
  @args = args
end