Module: RecurlyApi

Defined in:
lib/recurly_api.rb,
lib/recurly_api/client.rb,
lib/recurly_api/caching.rb,
lib/recurly_api/logging.rb,
lib/recurly_api/version.rb,
lib/recurly_api/client/plans.rb,
lib/recurly_api/rate_limiting.rb,
lib/recurly_api/client/accounts.rb,
lib/recurly_api/exception_handler.rb,
lib/recurly_api/client/subscriptions.rb,
lib/recurly_api/client/other_requests.rb

Overview

Common Exception Handler for all RestClient & Recurly API Server returned errors

Defined Under Namespace

Modules: Caching, ExceptionHandler, Logging, RateLimiting Classes: Client, Error

Constant Summary collapse

VERSION =

MAJOR = 1 MINOR = 0 TINY = 4 PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(‘.’).freeze

def self.to_s

STRING

end VERSION = ‘1.0.1’ # cache settings from configuration file VERSION = ‘1.0.2’ # prefixing ‘<code->’ to ssor_id is now part of GEM VERSION = ‘1.0.3’ # return recurly error response VERSION = ‘1.0.4’ # is yanked in rubygems.org VERSION = ‘1.0.5’ # cache key should be uniq

'1.0.6'