Class: InvalidFolder
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- InvalidFolder
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidFolder
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
target - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], target = nil) ⇒ InvalidFolder
constructor
A new instance of InvalidFolder.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], target = nil) ⇒ InvalidFolder
Returns a new instance of InvalidFolder.
30782 30783 30784 30785 30786 |
# File 'lib/vmware/soap/vim25.rb', line 30782 def initialize(dynamicType = nil, dynamicProperty = [], target = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @target = target end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30779 30780 30781 |
# File 'lib/vmware/soap/vim25.rb', line 30779 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30778 30779 30780 |
# File 'lib/vmware/soap/vim25.rb', line 30778 def dynamicType @dynamicType end |
#target ⇒ Object
Returns the value of attribute target.
30780 30781 30782 |
# File 'lib/vmware/soap/vim25.rb', line 30780 def target @target end |