Class: RunScriptAction

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

Overview

urn:vim25RunScriptAction

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
script - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RunScriptAction.



2810
2811
2812
2813
2814
# File 'lib/vmware/soap/vim25.rb', line 2810

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2807
2808
2809
# File 'lib/vmware/soap/vim25.rb', line 2807

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2806
2807
2808
# File 'lib/vmware/soap/vim25.rb', line 2806

def dynamicType
  @dynamicType
end

#scriptObject

Returns the value of attribute script.



2808
2809
2810
# File 'lib/vmware/soap/vim25.rb', line 2808

def script
  @script
end