Class: MethodActionArgument

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

Overview

urn:vim25MethodActionArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
value - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MethodActionArgument.



2845
2846
2847
2848
2849
# File 'lib/vmware/soap/vim25.rb', line 2845

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2842
2843
2844
# File 'lib/vmware/soap/vim25.rb', line 2842

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2841
2842
2843
# File 'lib/vmware/soap/vim25.rb', line 2841

def dynamicType
  @dynamicType
end

#valueObject

Returns the value of attribute value.



2843
2844
2845
# File 'lib/vmware/soap/vim25.rb', line 2843

def value
  @value
end