Class: InvalidType

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

Overview

urn:vim25InvalidType

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
argument - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], argument = nil) ⇒ InvalidType

Returns a new instance of InvalidType.



29301
29302
29303
29304
29305
# File 'lib/vmware/soap/vim25.rb', line 29301

def initialize(dynamicType = nil, dynamicProperty = [], argument = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @argument = argument
end

Instance Attribute Details

#argumentObject

Returns the value of attribute argument.



29299
29300
29301
# File 'lib/vmware/soap/vim25.rb', line 29299

def argument
  @argument
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29298
29299
29300
# File 'lib/vmware/soap/vim25.rb', line 29298

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29297
29298
29299
# File 'lib/vmware/soap/vim25.rb', line 29297

def dynamicType
  @dynamicType
end