class SSH::CommandFailedError

Attributes

status[R]

Public Class Methods

new(status) click to toggle source
# File lib/ssh.rb, line 22
def initialize status
  @status = status
end