class PayjpMock::Response::Error::ApiConnectionError
Public Class Methods
new()
click to toggle source
# File lib/payjp_mock/response/error/api_connection_error.rb, line 3 def initialize end
Public Instance Methods
body()
click to toggle source
# File lib/payjp_mock/response/error/api_connection_error.rb, line 6 def body nil end
exception()
click to toggle source
# File lib/payjp_mock/response/error/api_connection_error.rb, line 14 def exception SocketError end
status()
click to toggle source
# File lib/payjp_mock/response/error/api_connection_error.rb, line 10 def status nil end