Class: C_SecurityError
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- C_SecurityError
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SecurityError
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 = []) ⇒ C_SecurityError
constructor
A new instance of C_SecurityError.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ C_SecurityError
Returns a new instance of C_SecurityError.
29558 29559 29560 29561 |
# File 'lib/vmware/soap/vim25.rb', line 29558 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29556 29557 29558 |
# File 'lib/vmware/soap/vim25.rb', line 29556 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29555 29556 29557 |
# File 'lib/vmware/soap/vim25.rb', line 29555 def dynamicType @dynamicType end |