class Qiwi::ServerError

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/qiwi/client.rb, line 93
def initialize(response)
  super(response.body)
end