Method: Offshore::Host#initialize
- Defined in:
- lib/offshore/client/host.rb
#initialize(options) ⇒ Host
Returns a new instance of Host.
65 66 67 68 69 70 |
# File 'lib/offshore/client/host.rb', line 65 def initialize() @host = [:host] @port = [:port] @path = [:path] @snapshot = [:snapshot] end |