bwapi 10.0.0.pre.465 → 10.0.0.pre.467
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 +8 -8
- data/lib/bwapi/client/brandwatch/clients/modules.rb +4 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGYwMGJkMzM5NzFiNTYyMzk4ZWUxZTY0NDhjNTQyZjM4YjA0ZjFiZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NmMwODBjZTBjOTk0MDc5MTAxZDdlNzFlNzgwMGNlMjUyNDRmYzVlOA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZTRmZjQwZDIyYmY0NWZmMDNlNDIxMjgzNzlmZGU0NGY2NTk1OTZiYTliYzZl
|
|
10
|
+
ZTI2ZTRiODYxMTk2ODAzODQ5YjRiNjMzMTk3YWQyMzQzYjUwOTUyNWI5ZmYz
|
|
11
|
+
YzU2M2Y5MDY2Y2Q3ZTFkY2IwMGQzYzMzOWU2MjQ5Nzk5NTRlNjc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NjVhOWMwYmRjY2E0YjJmMGEzMTQzZjg5YjMxM2E3YTk0MjYzOWMwNDkxNzdh
|
|
14
|
+
OTlmNjkwNzRhNDcxNGZiOWI2MTY3YWJkYzNiZjgyYmVhNTYxNWM4Y2M3NTM1
|
|
15
|
+
NmY1ODlhYjMyYTY4NDk4ZDVhOWNmYjRjZmQ1MDBjMzJjNjA4Nzk=
|
|
@@ -14,10 +14,12 @@ module BWAPI
|
|
|
14
14
|
|
|
15
15
|
# Update brandwatch client modules
|
|
16
16
|
#
|
|
17
|
+
# @param client_id [Integer] Id of the client
|
|
17
18
|
# @param opts [Hash] options Hash of parameters
|
|
18
|
-
# @
|
|
19
|
+
# @param opts [Integer] client_id Id of the client
|
|
20
|
+
# @option opts [Array] modules Client Modules to update
|
|
19
21
|
# @return [Hash] Updated client modules
|
|
20
|
-
def update_brandwatch_client_modules(opts = {})
|
|
22
|
+
def update_brandwatch_client_modules(client_id, opts = {})
|
|
21
23
|
put "brandwatch/clients/#{client_id}/modules", opts
|
|
22
24
|
end
|
|
23
25
|
end
|