lib/alma/electronic/batch_utils.rb in alma-0.3.1 vs lib/alma/electronic/batch_utils.rb in alma-0.3.2
- old
+ new
@@ -79,16 +79,16 @@
notes
end
self.class.new(options.merge(
- chain: chain,
- ids: ids,
- type: type,
- tag: tag,
- notes: notes,
- logger: @@logger,
+ chain: chain,
+ ids: ids,
+ type: type,
+ tag: tag,
+ notes: notes,
+ logger: @@logger,
))
end
def get_service_ids(ids = @ids, options = {})
tag = options.fetch(:tag, @tag)
@@ -177,14 +177,14 @@
File.open(filename, "w") do |file|
file.write(JSON.pretty_generate(notes))
end
self.class.new(options.merge(
- chain: chain,
- notes: notes,
- type: type,
- tag: tag,
- logger: @@logger,
+ chain: chain,
+ notes: notes,
+ type: type,
+ tag: tag,
+ logger: @@logger,
))
end
private
def log(params)