Class: WinRM::PSRP::MessageData::RunspacepoolHostCall
- 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
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from WinRM::PSRP::MessageData::Base
Instance Method Details
#method_identifier ⇒ Object
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_parameters ⇒ Object
24 25 26 |
# File 'lib/winrm/psrp/message_data/runspacepool_host_call.rb', line 24 def method_parameters clixml[:obj][1][:lst] end |