Class: InvalidArgument
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- InvalidArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
invalidProperty - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#invalidProperty ⇒ Object
Returns the value of attribute invalidProperty.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], invalidProperty = nil) ⇒ InvalidArgument
constructor
A new instance of InvalidArgument.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], invalidProperty = nil) ⇒ InvalidArgument
Returns a new instance of InvalidArgument.
29253 29254 29255 29256 29257 |
# File 'lib/vmware/soap/vim25.rb', line 29253 def initialize(dynamicType = nil, dynamicProperty = [], invalidProperty = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @invalidProperty = invalidProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29250 29251 29252 |
# File 'lib/vmware/soap/vim25.rb', line 29250 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29249 29250 29251 |
# File 'lib/vmware/soap/vim25.rb', line 29249 def dynamicType @dynamicType end |
#invalidProperty ⇒ Object
Returns the value of attribute invalidProperty.
29251 29252 29253 |
# File 'lib/vmware/soap/vim25.rb', line 29251 def invalidProperty @invalidProperty end |