Method: Enroute::Export.call

Defined in:
lib/enroute/export.rb

.call(output_path, config_path) ⇒ Object



7
8
9
# File 'lib/enroute/export.rb', line 7

def self.call(output_path, config_path)
  new(output_path, config_path).call
end