blurb 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/blurb.gemspec +1 -1
- data/lib/blurb/profile.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5caba042dfc794c48b97784204d6f8313b25dc2e6839846bd888f5d299fcee49
|
4
|
+
data.tar.gz: 3e3782654082b1b14bff86e9c8fd19c40bbcd6f988545616150992d428f04e09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4db2709c64041611004b25eab833e651b5967224eff2697d57211cf1e8a18b4304a4e2dcd58dbce67e4bb604019361e302f4e7363dc3ef04205055ed9b75af24
|
7
|
+
data.tar.gz: 3333f556fd100bb2dd55031a46ee88f689e3cb6f93c250b662bb1988b603e7e35e5a817909f25263fe3e30e34db8d5afa8308d420f07585f2c2fd133370b80a6
|
data/blurb.gemspec
CHANGED
data/lib/blurb/profile.rb
CHANGED
@@ -17,6 +17,7 @@ class Blurb
|
|
17
17
|
:product_ads,
|
18
18
|
:profile_id,
|
19
19
|
:suggested_keywords,
|
20
|
+
:targets
|
20
21
|
)
|
21
22
|
|
22
23
|
def initialize(profile_id:, account:)
|
@@ -91,6 +92,10 @@ class Blurb
|
|
91
92
|
headers: headers_hash,
|
92
93
|
base_url: "#{@account.api_url}/v2/sp/campaignNegativeKeywords"
|
93
94
|
)
|
95
|
+
@targets = RequestCollection.new(
|
96
|
+
headers: headers_hash,
|
97
|
+
base_url: "#{@account.api_url}/v2/sp/targets"
|
98
|
+
)
|
94
99
|
@portfolios = RequestCollection.new(
|
95
100
|
headers: headers_hash,
|
96
101
|
base_url: "#{@account.api_url}/v2/portfolios"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blurb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- dlbunker
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-
|
12
|
+
date: 2019-10-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|