class Qiwi::SOAPError
Attributes
code[R]
Public Class Methods
new(code, string)
click to toggle source
Calls superclass method
# File lib/qiwi/client.rb, line 78 def initialize(code, string) @code = code super(string) end