Class: PropertySpec

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

Overview

urn:vim25PropertySpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
all - SOAP::SOAPBoolean
pathSet - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, all = nil, pathSet = []) ⇒ PropertySpec

Returns a new instance of PropertySpec.



61
62
63
64
65
66
67
# File 'lib/vmware/soap/vim25.rb', line 61

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, all = nil, pathSet = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @all = all
  @pathSet = pathSet
end

Instance Attribute Details

#allObject

Returns the value of attribute all.



58
59
60
# File 'lib/vmware/soap/vim25.rb', line 58

def all
  @all
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



56
57
58
# File 'lib/vmware/soap/vim25.rb', line 56

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



55
56
57
# File 'lib/vmware/soap/vim25.rb', line 55

def dynamicType
  @dynamicType
end

#pathSetObject

Returns the value of attribute pathSet.



59
60
61
# File 'lib/vmware/soap/vim25.rb', line 59

def pathSet
  @pathSet
end

#typeObject

Returns the value of attribute type.



57
58
59
# File 'lib/vmware/soap/vim25.rb', line 57

def type
  @type
end