Class: WinRM::PSRP::MessageData::PipelineHostCall
- Defined in:
- lib/winrm/psrp/message_data/pipeline_host_call.rb
Overview
pipeline 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/pipeline_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/pipeline_host_call.rb', line 24 def method_parameters clixml[:obj][1][:lst] end |