Method: Ecoportal::API::Common::BatchOperation#initialize
- Defined in:
- lib/ecoportal/api/common/batch_operation.rb
#initialize(base_path, wrapper, logger: nil, deep_logging: false) ⇒ BatchOperation
Returns a new instance of BatchOperation.
7 8 9 10 11 12 13 |
# File 'lib/ecoportal/api/common/batch_operation.rb', line 7 def initialize(base_path, wrapper, logger: nil, deep_logging: false) @base_path = base_path @wrapper = wrapper @operations = [] @logger = logger @deep_logging = deep_logging end |