Class: Remit::Error

Inherits:
BaseResponse show all
Defined in:
lib/remit/data_types.rb

Instance Method Summary collapse

Methods inherited from BaseResponse

#node_name

Methods inherited from Relax::Response

alias_for_parameter, parameter

Instance Method Details

#error_codeObject



52
53
54
# File 'lib/remit/data_types.rb', line 52

def error_code
  self.code
end

#reason_textObject



55
56
57
# File 'lib/remit/data_types.rb', line 55

def reason_text
  self.message
end