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, ={}) @location = location @engine = engine = .dup @formation = engine.formation end |