Method: VcenterLib::Vcenter#initialize

Defined in:
lib/vcenter_lib/vcenter.rb

#initialize(options = {}) ⇒ Vcenter

Returns a new instance of Vcenter.



8
9
10
11
12
13
# File 'lib/vcenter_lib/vcenter.rb', line 8

def initialize(options = {})
  @username    = options[:username]
  @password    = options[:password]
  @vcenter     = options[:vcenter]
  @insecure    = options[:insecure]
end