Class: Credigy::AgreementExceptionStatusResponse
- Defined in:
- lib/credigy/agreement_exception_status_response.rb
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
Methods inherited from Response
#body, #initialize, #root_key, #sub_root_key
Constructor Details
This class inherits a constructor from Credigy::Response
Instance Method Details
#exception_id ⇒ Object
5 6 7 |
# File 'lib/credigy/agreement_exception_status_response.rb', line 5 def exception_id body[:exception_id] end |
#status ⇒ Object
9 10 11 |
# File 'lib/credigy/agreement_exception_status_response.rb', line 9 def status body[:status] end |