class Credigy::AgreementExceptionStatusResponse

Public Instance Methods

exception_id() click to toggle source
# File lib/credigy/agreement_exception_status_response.rb, line 5
def exception_id
  body[:exception_id]
end
status() click to toggle source
# File lib/credigy/agreement_exception_status_response.rb, line 9
def status
  body[:status]
end