Class: GroongaDelta::ImportStatus
- Inherits:
-
Status
- Object
- Status
- GroongaDelta::ImportStatus
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
Instance Method Details
#local ⇒ Object
24
25
26
|
# File 'lib/groonga-delta/import-status.rb', line 24
def local
Local.new(self)
end
|
#mysql ⇒ Object
20
21
22
|
# File 'lib/groonga-delta/import-status.rb', line 20
def mysql
MySQL.new(self)
end
|