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.
56 57 58 |
# File 'lib/winrm/shells/base.rb', line 56 def shell_id @shell_id end |