Class: SelectionSpec

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

Overview

urn:vim25SelectionSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString

Direct Known Subclasses

TraversalSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ SelectionSpec

Returns a new instance of SelectionSpec.



101
102
103
104
105
# File 'lib/vmware/soap/vim25.rb', line 101

def initialize(dynamicType = nil, dynamicProperty = [], name = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



98
99
100
# File 'lib/vmware/soap/vim25.rb', line 98

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



97
98
99
# File 'lib/vmware/soap/vim25.rb', line 97

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



99
100
101
# File 'lib/vmware/soap/vim25.rb', line 99

def name
  @name
end