Class: InvalidType
- Inherits:
-
InvalidRequest
- Object
- MethodFault
- RuntimeFault
- InvalidRequest
- InvalidType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidType
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
argument - SOAP::SOAPString
Instance Attribute Summary collapse
-
#argument ⇒ Object
Returns the value of attribute argument.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], argument = nil) ⇒ InvalidType
constructor
A new instance of InvalidType.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], argument = nil) ⇒ InvalidType
Returns a new instance of InvalidType.
29301 29302 29303 29304 29305 |
# File 'lib/vmware/soap/vim25.rb', line 29301 def initialize(dynamicType = nil, dynamicProperty = [], argument = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @argument = argument end |
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument.
29299 29300 29301 |
# File 'lib/vmware/soap/vim25.rb', line 29299 def argument @argument end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29298 29299 29300 |
# File 'lib/vmware/soap/vim25.rb', line 29298 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29297 29298 29299 |
# File 'lib/vmware/soap/vim25.rb', line 29297 def dynamicType @dynamicType end |