Exception: AqBanking::Commander::SystemCmdError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aq_banking/commander/system_cmd_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(result) ⇒ SystemCmdError

Returns a new instance of SystemCmdError.



4
5
6
# File 'lib/aq_banking/commander/system_cmd_error.rb', line 4

def initialize result
  @result = result
end

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



2
3
4
# File 'lib/aq_banking/commander/system_cmd_error.rb', line 2

def result
  @result
end