Class: OutOfBounds
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- OutOfBounds
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25OutOfBounds
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
argumentName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#argumentName ⇒ Object
Returns the value of attribute argumentName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], argumentName = nil) ⇒ OutOfBounds
constructor
A new instance of OutOfBounds.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], argumentName = nil) ⇒ OutOfBounds
Returns a new instance of OutOfBounds.
31691 31692 31693 31694 31695 |
# File 'lib/vmware/soap/vim25.rb', line 31691 def initialize(dynamicType = nil, dynamicProperty = [], argumentName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @argumentName = argumentName end |
Instance Attribute Details
#argumentName ⇒ Object
Returns the value of attribute argumentName.
31689 31690 31691 |
# File 'lib/vmware/soap/vim25.rb', line 31689 def argumentName @argumentName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31688 31689 31690 |
# File 'lib/vmware/soap/vim25.rb', line 31688 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31687 31688 31689 |
# File 'lib/vmware/soap/vim25.rb', line 31687 def dynamicType @dynamicType end |