Method: WinRM::WSMV::Header#action_command

Defined in:
lib/winrm/wsmv/header.rb

#action_commandObject



128
129
130
131
132
133
134
135
136
137
138
# File 'lib/winrm/wsmv/header.rb', line 128

def action_command
  {
    "#{SOAP::NS_ADDRESSING}:Action" =>
    'http://schemas.microsoft.com/wbem/wsman/1/windows/shell/Command',
    :attributes! => {
      "#{SOAP::NS_ADDRESSING}:Action" => {
        'mustUnderstand' => true
      }
    }
  }
end