Class: InvalidBundle
- Inherits:
-
PlatformConfigFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- PlatformConfigFault
- InvalidBundle
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidBundle
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
text - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], text = nil) ⇒ InvalidBundle
constructor
A new instance of InvalidBundle.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], text = nil) ⇒ InvalidBundle
Returns a new instance of InvalidBundle.
30302 30303 30304 30305 30306 |
# File 'lib/vmware/soap/vim25.rb', line 30302 def initialize(dynamicType = nil, dynamicProperty = [], text = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @text = text end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30299 30300 30301 |
# File 'lib/vmware/soap/vim25.rb', line 30299 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30298 30299 30300 |
# File 'lib/vmware/soap/vim25.rb', line 30298 def dynamicType @dynamicType end |
#text ⇒ Object
Returns the value of attribute text.
30300 30301 30302 |
# File 'lib/vmware/soap/vim25.rb', line 30300 def text @text end |