yandex_offers 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b76cb96f3a1d6d725e6131697de6c520925a667
4
- data.tar.gz: 1f8872bc956522f3b025b1dd4173d8693fcce83d
3
+ metadata.gz: 273bf4395c7011ee3b2117f5f76923c23437bbd1
4
+ data.tar.gz: 7d83aac720d567fb5002e2891ec379c90ad009ed
5
5
  SHA512:
6
- metadata.gz: 79a5ad7de01b1e685d8a72e8b3e05ec2c220698890a6488725c94a32b4052c890639251dd263d1e12c01b17292c4b864ba6a704682066c90fa687418598a034b
7
- data.tar.gz: ea6e50b9e2c039dc00fb5b779447790c32bb05986c66375d181a0d8a41ee6c750d6d47c380d6961e3a11090592b68998fca75bd3e87e1b374f56c866c1fa5f50
6
+ metadata.gz: cb790408cfc0104fe556659d0893667bdc1e541adce57a8da9afa21ebf602507fffee5889c7f47bafa3bb3abf3905c54309c34b03065afb6b41bd9005449480e
7
+ data.tar.gz: ba509285831d3470e56e0d9e5861919527f7e3d98db495a02993ddf18899685e0e12d0cd538f4cda692efdf21ecf98844adea2977e4216061101bc4db06c0eba
@@ -2,28 +2,27 @@ module YandexOffers
2
2
  module Api
3
3
  module V1
4
4
  class Campaigns
5
-
6
- def create(*args)
5
+ def create(args)
7
6
  Request.post_with_authorization("/campaigns/create", args)
8
7
  end
9
8
 
10
- def start(*args)
9
+ def start(args)
11
10
  Request.post_with_authorization("/campaigns/start", args)
12
11
  end
13
12
 
14
- def stop(*args)
13
+ def stop(args)
15
14
  Request.post_with_authorization("/campaigns/stop", args)
16
15
  end
17
16
 
18
- def get(*args)
17
+ def get(args)
19
18
  Request.post_with_authorization("/campaigns/get", args)
20
19
  end
21
20
 
22
- def get_all_campaigns(*args)
21
+ def get_all_campaigns(args)
23
22
  Request.post_with_authorization("/campaigns/get-all-campaigns", args)
24
23
  end
25
24
 
26
- def add_pins(*args)
25
+ def add_pins(args)
27
26
  Request.post_with_authorization("/campaigns/add-pins", args)
28
27
  end
29
28
  end
@@ -1,3 +1,3 @@
1
1
  module YandexOffers
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yandex_offers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - fenec