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( = {}) @username = [:username] @password = [:password] @vcenter = [:vcenter] @insecure = [:insecure] end |