Module: PocketAPI

Extended by:
Configurable
Defined in:
lib/pocket_api.rb,
lib/pocket_api/item.rb,
lib/pocket_api/client.rb,
lib/pocket_api/version.rb,
lib/pocket_api/collection.rb,
lib/pocket_api/configurable.rb

Defined Under Namespace

Modules: Configurable Classes: Client, Collection, Error, InvalidAttributeError, Item

Constant Summary collapse

MAJOR =

Current major release.

Returns:

  • (Integer)
0
MINOR =

Current minor release.

Returns:

  • (Integer)
0
PATCH =

Current patch level.

Returns:

  • (Integer)
1
VERSION =

Full release version.

Returns:

  • (String)
[MAJOR, MINOR, PATCH].join('.').freeze

Instance Attribute Summary

Attributes included from Configurable

#consumer_key

Method Summary

Methods included from Configurable

configure