Module: FmRest

Defined in:
lib/fmrest.rb,
lib/fmrest/v1.rb,
lib/fmrest/spyke.rb,
lib/fmrest/errors.rb,
lib/fmrest/version.rb,
lib/fmrest/v1/paths.rb,
lib/fmrest/v1/utils.rb,
lib/fmrest/spyke/base.rb,
lib/fmrest/spyke/model.rb,
lib/fmrest/token_store.rb,
lib/fmrest/spyke/portal.rb,
lib/fmrest/v1/connection.rb,
lib/fmrest/spyke/relation.rb,
lib/fmrest/spyke/model/orm.rb,
lib/fmrest/spyke/model/uri.rb,
lib/fmrest/v1/raise_errors.rb,
lib/fmrest/token_store/base.rb,
lib/fmrest/v1/token_session.rb,
lib/fmrest/spyke/json_parser.rb,
lib/fmrest/token_store/redis.rb,
lib/fmrest/token_store/memory.rb,
lib/fmrest/v1/container_fields.rb,
lib/fmrest/spyke/container_field.rb,
lib/fmrest/v1/token_store/memory.rb,
lib/fmrest/spyke/model/attributes.rb,
lib/fmrest/spyke/model/connection.rb,
lib/fmrest/spyke/model/associations.rb,
lib/fmrest/spyke/model/serialization.rb,
lib/fmrest/token_store/active_record.rb,
lib/fmrest/spyke/model/container_fields.rb,
lib/fmrest/v1/token_store/active_record.rb

Defined Under Namespace

Modules: Spyke, TokenStore, V1 Classes: APIError, ContainerFieldError, Error

Constant Summary collapse

VERSION =
"0.2.0"

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



13
14
15
# File 'lib/fmrest.rb', line 13

def config
  @config
end

.token_storeObject

Returns the value of attribute token_store.



11
12
13
# File 'lib/fmrest.rb', line 11

def token_store
  @token_store
end