Class: SystemError

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

Overview

urn:vim25SystemError

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
reason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], reason = nil) ⇒ SystemError

Returns a new instance of SystemError.



29624
29625
29626
29627
29628
# File 'lib/vmware/soap/vim25.rb', line 29624

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29621
29622
29623
# File 'lib/vmware/soap/vim25.rb', line 29621

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29620
29621
29622
# File 'lib/vmware/soap/vim25.rb', line 29620

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



29622
29623
29624
# File 'lib/vmware/soap/vim25.rb', line 29622

def reason
  @reason
end