Class: PropertySpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- PropertySpec
- 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
-
#all ⇒ Object
Returns the value of attribute all.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#pathSet ⇒ Object
Returns the value of attribute pathSet.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, all = nil, pathSet = []) ⇒ PropertySpec
constructor
A new instance of PropertySpec.
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
#all ⇒ Object
Returns the value of attribute all.
58 59 60 |
# File 'lib/vmware/soap/vim25.rb', line 58 def all @all end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
56 57 58 |
# File 'lib/vmware/soap/vim25.rb', line 56 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
55 56 57 |
# File 'lib/vmware/soap/vim25.rb', line 55 def dynamicType @dynamicType end |
#pathSet ⇒ Object
Returns the value of attribute pathSet.
59 60 61 |
# File 'lib/vmware/soap/vim25.rb', line 59 def pathSet @pathSet end |
#type ⇒ Object
Returns the value of attribute type.
57 58 59 |
# File 'lib/vmware/soap/vim25.rb', line 57 def type @type end |