class ThreeScale::Core::APIClient::APIServerError

Public Class Methods

new(method, uri, response, attributes = {}) click to toggle source
# File lib/3scale/core/api_client/resource.rb, line 17
def initialize(method, uri, response, attributes = {})
  super
end