Class: GroongaDelta::ImportStatus

Inherits:
Status
  • Object
show all
Defined in:
lib/groonga-delta/import-status.rb

Defined Under Namespace

Classes: Local, MySQL

Instance Method Summary collapse

Methods inherited from Status

#[], #initialize, #update

Constructor Details

This class inherits a constructor from GroongaDelta::Status

Instance Method Details

#localObject



24
25
26
# File 'lib/groonga-delta/import-status.rb', line 24

def local
  Local.new(self)
end

#mysqlObject



20
21
22
# File 'lib/groonga-delta/import-status.rb', line 20

def mysql
  MySQL.new(self)
end