Class: Credigy::AgreementExceptionStatusResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/credigy/agreement_exception_status_response.rb

Instance Attribute Summary

Attributes inherited from Response

#raw_response, #requester

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_idObject



5
6
7
# File 'lib/credigy/agreement_exception_status_response.rb', line 5

def exception_id
  body[:exception_id]
end

#statusObject



9
10
11
# File 'lib/credigy/agreement_exception_status_response.rb', line 9

def status
  body[:status]
end