Class: WinRM::WSMV::InitRunspacePool
- Defined in:
- lib/winrm/wsmv/init_runspace_pool.rb
Overview
WSMV message to create a remote shell
Constant Summary
Constants included from Header
Header::RESOURCE_URI_CMD, Header::RESOURCE_URI_POWERSHELL
Constants included from SOAP
SOAP::NS_ADDRESSING, SOAP::NS_CIMBINDING, SOAP::NS_ENUM, SOAP::NS_SCHEMA_INST, SOAP::NS_SOAP_ENV, SOAP::NS_TRANSFER, SOAP::NS_WIN_SHELL, SOAP::NS_WSMAN_CONF, SOAP::NS_WSMAN_DMTF, SOAP::NS_WSMAN_FAULT, SOAP::NS_WSMAN_MSFT
Instance Attribute Summary collapse
-
#shell_id ⇒ Object
Returns the value of attribute shell_id.
Instance Method Summary collapse
-
#initialize(session_opts, shell_id, payload) ⇒ InitRunspacePool
constructor
A new instance of InitRunspacePool.
Methods inherited from Base
Methods included from Header
#action_command, #action_delete, #action_enumerate, #action_enumerate_pull, #action_get, #action_receive, #action_send, #action_signal, #merge_headers, #resource_uri_cmd, #resource_uri_shell, #resource_uri_wmi, #selector_shell_id, #shared_headers
Methods included from SOAP
Constructor Details
#initialize(session_opts, shell_id, payload) ⇒ InitRunspacePool
Returns a new instance of InitRunspacePool.
23 24 25 26 27 |
# File 'lib/winrm/wsmv/init_runspace_pool.rb', line 23 def initialize(session_opts, shell_id, payload) @session_opts = session_opts @shell_id = shell_id @payload = payload end |
Instance Attribute Details
#shell_id ⇒ Object
Returns the value of attribute shell_id.
21 22 23 |
# File 'lib/winrm/wsmv/init_runspace_pool.rb', line 21 def shell_id @shell_id end |