Method: QueryConfigOptionRequestType#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(v__this = nil, key = nil, host = nil) ⇒ QueryConfigOptionRequestType

Returns a new instance of QueryConfigOptionRequestType.



34253
34254
34255
34256
34257
# File 'lib/vmware/soap/vim25.rb', line 34253

def initialize(v__this = nil, key = nil, host = nil)
  @v__this = v__this
  @key = key
  @host = host
end