Method: Foreman::Export::Base#initialize

Defined in:
lib/foreman/export/base.rb

#initialize(location, engine, options = {}) ⇒ Base

Returns a new instance of Base.



15
16
17
18
19
20
# File 'lib/foreman/export/base.rb', line 15

def initialize(location, engine, options={})
  @location  = location
  @engine    = engine
  @options   = options.dup
  @formation = engine.formation
end