Class: Yandex::Market::Client
- Inherits:
-
Object
- Object
- Yandex::Market::Client
- Includes:
- Regions, Connection
- Defined in:
- lib/yandex/market/client/regions.rb,
lib/yandex/market/content/client.rb
Defined Under Namespace
Modules: Regions
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Methods included from Regions
#regions, #regions_children, #suggest
Methods included from Connection
Constructor Details
#initialize(options = {}) ⇒ Client
Returns a new instance of Client.
11 12 13 14 |
# File 'lib/yandex/market/content/client.rb', line 11 def initialize( = {}) # TODO refactoring Content.configuration. = [:token] if [:token] end |