Class: EventArgument

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

Overview

urn:vim25EventArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Direct Known Subclasses

EntityEventArgument, RoleEventArgument

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of EventArgument.



16487
16488
16489
16490
# File 'lib/vmware/soap/vim25.rb', line 16487

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16485
16486
16487
# File 'lib/vmware/soap/vim25.rb', line 16485

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16484
16485
16486
# File 'lib/vmware/soap/vim25.rb', line 16484

def dynamicType
  @dynamicType
end