class ThreeScale::Client::HTTPClient::PersistenceNotAvailable
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/3scale/client/http_client.rb, line 12 def initialize(*) super 'persistence is available only on Ruby 2.0 or with net-http-persistent gem'.freeze end