Class: MethodAction

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

Overview

urn:vim25MethodAction

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
argument - MethodActionArgument

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#argumentObject

Returns the value of attribute argument.



2753
2754
2755
# File 'lib/vmware/soap/vim25.rb', line 2753

def argument
  @argument
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2751
2752
2753
# File 'lib/vmware/soap/vim25.rb', line 2751

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2750
2751
2752
# File 'lib/vmware/soap/vim25.rb', line 2750

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



2752
2753
2754
# File 'lib/vmware/soap/vim25.rb', line 2752

def name
  @name
end