Class: InvalidFormat
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidFormat
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidFormat
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidFormat
constructor
A new instance of InvalidFormat.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidFormat
Returns a new instance of InvalidFormat.
32385 32386 32387 32388 |
# File 'lib/vmware/soap/vim25.rb', line 32385 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32383 32384 32385 |
# File 'lib/vmware/soap/vim25.rb', line 32383 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32382 32383 32384 |
# File 'lib/vmware/soap/vim25.rb', line 32382 def dynamicType @dynamicType end |