Class: MethodActionArgument
- Inherits:
-
DynamicData
- Object
- DynamicData
- MethodActionArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MethodActionArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
value - (any)
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], value = nil) ⇒ MethodActionArgument
constructor
A new instance of MethodActionArgument.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2842 2843 2844 |
# File 'lib/vmware/soap/vim25.rb', line 2842 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2841 2842 2843 |
# File 'lib/vmware/soap/vim25.rb', line 2841 def dynamicType @dynamicType end |
#value ⇒ Object
Returns the value of attribute value.
2843 2844 2845 |
# File 'lib/vmware/soap/vim25.rb', line 2843 def value @value end |