Method: OodCore::Job::Adapters::Lsf#initialize

Defined in:
lib/ood_core/job/adapters/lsf.rb

#initialize(batch:) ⇒ Lsf

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Lsf.

Parameters:

  • opts (#to_h)

    the options defining this adapter

See Also:



56
57
58
59
# File 'lib/ood_core/job/adapters/lsf.rb', line 56

def initialize(batch:)
  @batch = batch
  @helper = Lsf::Helper.new
end