Class: WinRM::PSRP::MessageData::RunspacepoolHostCall

Inherits:
Base
  • Object
show all
Defined in:
lib/winrm/psrp/message_data/runspacepool_host_call.rb

Overview

runspace pool host call message type

Instance Attribute Summary

Attributes inherited from Base

#raw

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from WinRM::PSRP::MessageData::Base

Instance Method Details

#method_identifierObject



20
21
22
# File 'lib/winrm/psrp/message_data/runspacepool_host_call.rb', line 20

def method_identifier
  clixml[:obj][0][:to_string]
end

#method_parametersObject



24
25
26
# File 'lib/winrm/psrp/message_data/runspacepool_host_call.rb', line 24

def method_parameters
  clixml[:obj][1][:lst]
end