Module: Creatary

Extended by:
Configuration
Defined in:
lib/creatary/api/sms.rb,
lib/creatary-sdk.rb,
lib/creatary/api.rb,
lib/creatary/user.rb,
lib/creatary/error.rb,
lib/creatary/railtie.rb,
lib/creatary/version.rb,
lib/creatary/api/oauth.rb,
lib/creatary/api/charging.rb,
lib/creatary/api/location.rb,
lib/creatary/api/lifecycle.rb,
lib/creatary/configuration.rb

Overview

Lifecycle part of the Creatary REST API

Defined Under Namespace

Modules: Configuration Classes: API, CreataryRailtie, Error, InvalidConsumerHandler, InvalidConsumerKey, InvalidConsumerSecret, OAuthConsumerAttributesMissing, OAuthError, RequestNotAuthorized, ServiceUnavailable, UnexpectedError, User

Constant Summary collapse

LOGGER =

If in rails environment then we use the rails default logger otherwise we create one that points to the standard output

if defined? Rails 
  Rails.logger
else 
  Logger.new(STDOUT)
end
VERSION =

The version of the gem

'1.4.1'.freeze

Constants included from Configuration

Configuration::VALID_OPTIONS_KEYS

Method Summary

Methods included from Configuration

configure, consumer_handler, consumer_handler=, extended, options, reset