Class: FactoryOffshore

Inherits:
Object
  • Object
show all
Defined in:
lib/offshore/client/factory_offshore.rb

Class Method Summary collapse

Class Method Details

.create(*args) ⇒ Object



2
3
4
5
# File 'lib/offshore/client/factory_offshore.rb', line 2

def self.create(*args)
  host = Offshore.suite.default
  host.factory_create(*args)
end