Module: BaseApi
- Extended by:
- Configurable
- Defined in:
- lib/base_api.rb,
lib/base_api/error.rb,
lib/base_api/client.rb,
lib/base_api/default.rb,
lib/base_api/version.rb,
lib/base_api/client/items.rb,
lib/base_api/client/users.rb,
lib/base_api/configurable.rb,
lib/base_api/client/orders.rb,
lib/base_api/client/categories.rb,
lib/base_api/client/authorizations.rb,
lib/base_api/client/item_categories.rb
Defined Under Namespace
Modules: Configurable Classes: Client, ClientError, Default, Error, ServerError
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Attribute Summary
Attributes included from Configurable
#access_token, #client_id, #client_secret, #code, #limit, #offset, #redirect_uri, #refresh_token
Class Method Summary collapse
Methods included from Configurable
Class Method Details
.client ⇒ Object
13 14 15 |
# File 'lib/base_api.rb', line 13 def client @client = BaseApi::Client.new() end |