Class: Remit::Error
- Inherits:
-
BaseResponse
- Object
- Relax::Response
- BaseResponse
- Remit::Error
- Defined in:
- lib/remit/data_types.rb
Instance Method Summary collapse
Methods inherited from BaseResponse
Methods inherited from Relax::Response
alias_for_parameter, parameter
Instance Method Details
#error_code ⇒ Object
52 53 54 |
# File 'lib/remit/data_types.rb', line 52 def error_code self.code end |
#reason_text ⇒ Object
55 56 57 |
# File 'lib/remit/data_types.rb', line 55 def reason_text self. end |