Method: WinRM::Shells::Base#shell_id
- Defined in:
- lib/winrm/shells/base.rb
#shell_id ⇒ String (readonly)
Returns shell id of the currently opn shell or nil if shell is closed.
54 55 56 |
# File 'lib/winrm/shells/base.rb', line 54 def shell_id @shell_id end |