Class: InvalidBundle

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

Overview

urn:vim25InvalidBundle

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
text - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidBundle.



30302
30303
30304
30305
30306
# File 'lib/vmware/soap/vim25.rb', line 30302

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30299
30300
30301
# File 'lib/vmware/soap/vim25.rb', line 30299

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30298
30299
30300
# File 'lib/vmware/soap/vim25.rb', line 30298

def dynamicType
  @dynamicType
end

#textObject

Returns the value of attribute text.



30300
30301
30302
# File 'lib/vmware/soap/vim25.rb', line 30300

def text
  @text
end