Class: DatabaseError

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

Overview

urn:vim25DatabaseError

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DatabaseError.



29657
29658
29659
29660
# File 'lib/vmware/soap/vim25.rb', line 29657

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29655
29656
29657
# File 'lib/vmware/soap/vim25.rb', line 29655

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29654
29655
29656
# File 'lib/vmware/soap/vim25.rb', line 29654

def dynamicType
  @dynamicType
end