Class: GroongaDelta::ApplyConfig::Local
- Inherits:
-
Object
- Object
- GroongaDelta::ApplyConfig::Local
- Includes:
- Config::PathResolvable
- Defined in:
- lib/groonga-delta/apply-config.rb
Instance Method Summary collapse
- #delta_dir ⇒ Object
-
#initialize(dir, data) ⇒ Local
constructor
A new instance of Local.
Constructor Details
#initialize(dir, data) ⇒ Local
Returns a new instance of Local.
68 69 70 71 |
# File 'lib/groonga-delta/apply-config.rb', line 68 def initialize(dir, data) @dir = dir @data = data end |
Instance Method Details
#delta_dir ⇒ Object
73 74 75 |
# File 'lib/groonga-delta/apply-config.rb', line 73 def delta_dir resolve_path(@data["delta_dir"] || "delta") end |