class ThreeScale::ServerError
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
# File lib/3scale/client.rb, line 16 def initialize(response) super('server error') @response = response end