Class: UpdateUserRequestType
- Inherits:
-
Object
- Object
- UpdateUserRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateUserRequestType
m__this - ManagedObjectReference
user - HostAccountSpec
Instance Attribute Summary collapse
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(v__this = nil, user = nil) ⇒ UpdateUserRequestType
constructor
A new instance of UpdateUserRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, user = nil) ⇒ UpdateUserRequestType
Returns a new instance of UpdateUserRequestType.
38485 38486 38487 38488 |
# File 'lib/vmware/soap/vim25.rb', line 38485 def initialize(v__this = nil, user = nil) @v__this = v__this @user = user end |
Instance Attribute Details
#user ⇒ Object
Returns the value of attribute user.
38475 38476 38477 |
# File 'lib/vmware/soap/vim25.rb', line 38475 def user @user end |
Instance Method Details
#m__this ⇒ Object
38477 38478 38479 |
# File 'lib/vmware/soap/vim25.rb', line 38477 def m__this @v__this end |
#m__this=(value) ⇒ Object
38481 38482 38483 |
# File 'lib/vmware/soap/vim25.rb', line 38481 def m__this=(value) @v__this = value end |