Method: Worldline::Acquiring::SDK::Communication::ResponseException#status_code

Defined in:
lib/worldline/acquiring/sdk/communication/response_exception.rb,
lib/worldline/acquiring/sdk/communication/response_exception.rb

#status_codeInteger (readonly)

HTTP status code that was returned by the Worldline Acquiring platform

Returns:

  • (Integer)

    the current value of status_code



12
13
14
# File 'lib/worldline/acquiring/sdk/communication/response_exception.rb', line 12

def status_code
  @status_code
end