Class: PayjpMock::Response::Error::ApiConnectionError
- Defined in:
- lib/payjp_mock/response/error/api_connection_error.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #body ⇒ Object
- #exception ⇒ Object
-
#initialize ⇒ ApiConnectionError
constructor
A new instance of ApiConnectionError.
- #status ⇒ Object
Methods inherited from Base
Constructor Details
#initialize ⇒ ApiConnectionError
Returns a new instance of ApiConnectionError.
3 4 |
# File 'lib/payjp_mock/response/error/api_connection_error.rb', line 3 def initialize end |
Instance Method Details
#body ⇒ Object
6 7 8 |
# File 'lib/payjp_mock/response/error/api_connection_error.rb', line 6 def body nil end |
#exception ⇒ Object
14 15 16 |
# File 'lib/payjp_mock/response/error/api_connection_error.rb', line 14 def exception SocketError end |
#status ⇒ Object
10 11 12 |
# File 'lib/payjp_mock/response/error/api_connection_error.rb', line 10 def status nil end |