Class: MethodAction
- Inherits:
-
Action
- Object
- DynamicData
- Action
- MethodAction
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MethodAction
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
argument - MethodActionArgument
Instance Attribute Summary collapse
-
#argument ⇒ Object
Returns the value of attribute argument.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, argument = []) ⇒ MethodAction
constructor
A new instance of MethodAction.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, argument = []) ⇒ MethodAction
Returns a new instance of MethodAction.
2755 2756 2757 2758 2759 2760 |
# File 'lib/vmware/soap/vim25.rb', line 2755 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, argument = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @argument = argument end |
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument.
2753 2754 2755 |
# File 'lib/vmware/soap/vim25.rb', line 2753 def argument @argument end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2751 2752 2753 |
# File 'lib/vmware/soap/vim25.rb', line 2751 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2750 2751 2752 |
# File 'lib/vmware/soap/vim25.rb', line 2750 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
2752 2753 2754 |
# File 'lib/vmware/soap/vim25.rb', line 2752 def name @name end |