Class: LoginRequestType
- Inherits:
-
Object
- Object
- LoginRequestType
- 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
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#password ⇒ Object
Returns the value of attribute password.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(v__this = nil, userName = nil, password = nil, locale = nil) ⇒ LoginRequestType
constructor
A new instance of LoginRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#locale ⇒ Object
Returns the value of attribute locale.
36013 36014 36015 |
# File 'lib/vmware/soap/vim25.rb', line 36013 def locale @locale end |
#password ⇒ Object
Returns the value of attribute password.
36012 36013 36014 |
# File 'lib/vmware/soap/vim25.rb', line 36012 def password @password end |
#userName ⇒ Object
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__this ⇒ Object
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 |