Class: InvalidProperty
- Inherits:
-
MethodFault
- Object
- MethodFault
- InvalidProperty
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidProperty
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ InvalidProperty
constructor
A new instance of InvalidProperty.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ InvalidProperty
Returns a new instance of InvalidProperty.
29185 29186 29187 29188 29189 |
# File 'lib/vmware/soap/vim25.rb', line 29185 def initialize(dynamicType = nil, dynamicProperty = [], name = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29182 29183 29184 |
# File 'lib/vmware/soap/vim25.rb', line 29182 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29181 29182 29183 |
# File 'lib/vmware/soap/vim25.rb', line 29181 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
29183 29184 29185 |
# File 'lib/vmware/soap/vim25.rb', line 29183 def name @name end |