Module: Amfetamine

Defined in:
lib/amfetamine.rb,
lib/amfetamine/base.rb,
lib/amfetamine/cache.rb,
lib/amfetamine/config.rb,
lib/amfetamine/logger.rb,
lib/amfetamine/version.rb,
lib/amfetamine/exceptions.rb,
lib/amfetamine/relationship.rb,
lib/amfetamine/rest_helpers.rb,
lib/amfetamine/query_methods.rb,
lib/amfetamine/relationships.rb,
lib/amfetamine/caching_adapter.rb,
lib/amfetamine/helpers/test_helpers.rb

Defined Under Namespace

Modules: CachingAdapter, QueryMethods, Relationships, RestHelpers, TestHelpers Classes: Base, Cache, Config, ConfigurationInvalid, ExternalConnectionsNotAllowed, FakeResponse, InvalidCacheData, InvalidPath, Logger, NeinNeinNein, RecordNotFound, Relationship, RemoteConnectionError, UnknownRESTMethod

Constant Summary collapse

VERSION =
"0.4.2"

Class Method Summary collapse

Class Method Details

.loggerObject



15
16
17
# File 'lib/amfetamine.rb', line 15

def self.logger
  Amfetamine::Logger.instance
end