Class: UserSearchResult
- Inherits:
-
DynamicData
- Object
- DynamicData
- UserSearchResult
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UserSearchResult
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
principal - SOAP::SOAPString
fullName - SOAP::SOAPString
group - SOAP::SOAPBoolean
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullName ⇒ Object
Returns the value of attribute fullName.
-
#group ⇒ Object
Returns the value of attribute group.
-
#principal ⇒ Object
Returns the value of attribute principal.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], principal = nil, fullName = nil, group = nil) ⇒ UserSearchResult
constructor
A new instance of UserSearchResult.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], principal = nil, fullName = nil, group = nil) ⇒ UserSearchResult
Returns a new instance of UserSearchResult.
2603 2604 2605 2606 2607 2608 2609 |
# File 'lib/vmware/soap/vim25.rb', line 2603 def initialize(dynamicType = nil, dynamicProperty = [], principal = nil, fullName = nil, group = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @principal = principal @fullName = fullName @group = group end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2598 2599 2600 |
# File 'lib/vmware/soap/vim25.rb', line 2598 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2597 2598 2599 |
# File 'lib/vmware/soap/vim25.rb', line 2597 def dynamicType @dynamicType end |
#fullName ⇒ Object
Returns the value of attribute fullName.
2600 2601 2602 |
# File 'lib/vmware/soap/vim25.rb', line 2600 def fullName @fullName end |
#group ⇒ Object
Returns the value of attribute group.
2601 2602 2603 |
# File 'lib/vmware/soap/vim25.rb', line 2601 def group @group end |
#principal ⇒ Object
Returns the value of attribute principal.
2599 2600 2601 |
# File 'lib/vmware/soap/vim25.rb', line 2599 def principal @principal end |