Exception: SshExec::ExecutionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ssh-exec.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(object) ⇒ ExecutionError

Returns a new instance of ExecutionError.



16
17
18
# File 'lib/ssh-exec.rb', line 16

def initialize(object)
  @object = object
end

Instance Attribute Details

#objectObject (readonly)

Returns the value of attribute object.



14
15
16
# File 'lib/ssh-exec.rb', line 14

def object
  @object
end