Class: AssignUserToGroupRequestType
- Inherits:
-
Object
- Object
- AssignUserToGroupRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AssignUserToGroupRequestType
m__this - ManagedObjectReference
user - SOAP::SOAPString
group - SOAP::SOAPString
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(v__this = nil, user = nil, group = nil) ⇒ AssignUserToGroupRequestType
constructor
A new instance of AssignUserToGroupRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, user = nil, group = nil) ⇒ AssignUserToGroupRequestType
Returns a new instance of AssignUserToGroupRequestType.
38567 38568 38569 38570 38571 |
# File 'lib/vmware/soap/vim25.rb', line 38567 def initialize(v__this = nil, user = nil, group = nil) @v__this = v__this @user = user @group = group end |
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group.
38557 38558 38559 |
# File 'lib/vmware/soap/vim25.rb', line 38557 def group @group end |
#user ⇒ Object
Returns the value of attribute user.
38556 38557 38558 |
# File 'lib/vmware/soap/vim25.rb', line 38556 def user @user end |
Instance Method Details
#m__this ⇒ Object
38559 38560 38561 |
# File 'lib/vmware/soap/vim25.rb', line 38559 def m__this @v__this end |
#m__this=(value) ⇒ Object
38563 38564 38565 |
# File 'lib/vmware/soap/vim25.rb', line 38563 def m__this=(value) @v__this = value end |