Class: LoginRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25LoginRequestType

m__this - ManagedObjectReference
userName - SOAP::SOAPString
password - SOAP::SOAPString
locale - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, userName = nil, password = nil, locale = nil) ⇒ LoginRequestType

Returns a new instance of LoginRequestType.



36023
36024
36025
36026
36027
36028
# File 'lib/vmware/soap/vim25.rb', line 36023

def initialize(v__this = nil, userName = nil, password = nil, locale = nil)
  @v__this = v__this
  @userName = userName
  @password = password
  @locale = locale
end

Instance Attribute Details

#localeObject

Returns the value of attribute locale.



36013
36014
36015
# File 'lib/vmware/soap/vim25.rb', line 36013

def locale
  @locale
end

#passwordObject

Returns the value of attribute password.



36012
36013
36014
# File 'lib/vmware/soap/vim25.rb', line 36012

def password
  @password
end

#userNameObject

Returns the value of attribute userName.



36011
36012
36013
# File 'lib/vmware/soap/vim25.rb', line 36011

def userName
  @userName
end

Instance Method Details

#m__thisObject



36015
36016
36017
# File 'lib/vmware/soap/vim25.rb', line 36015

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36019
36020
36021
# File 'lib/vmware/soap/vim25.rb', line 36019

def m__this=(value)
  @v__this = value
end