Class: OutOfBounds

Inherits:
VimFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25OutOfBounds

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
argumentName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#argumentNameObject

Returns the value of attribute argumentName.



31689
31690
31691
# File 'lib/vmware/soap/vim25.rb', line 31689

def argumentName
  @argumentName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31688
31689
31690
# File 'lib/vmware/soap/vim25.rb', line 31688

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31687
31688
31689
# File 'lib/vmware/soap/vim25.rb', line 31687

def dynamicType
  @dynamicType
end