active_campaign_webhooks 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c47c35aab81851fc5f730d590aa27c5057e6c8eab637611c79ad932541a5c29
|
4
|
+
data.tar.gz: ead058e76b7e9a96a3e500b2b1d76dbb0b4c217aeb28e3f5946d25baab923868
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3b2ab0573d943e10e8bafe1f88756fda4069f6c939fcd6556a7c0673975968373fca74e09108960257077c45f5f97d6ad1471e7a7bbc9b2f7e05833a07e18cd
|
7
|
+
data.tar.gz: 48eb7023976716415f360395264ae56537e119bd94191297da7a325d9f773ecde4b72059354428597c9d17d25fa59df4649fd68861289643ec69e2be9a560aa7
|
data/Gemfile.lock
CHANGED
@@ -14,7 +14,9 @@ module ActiveCampaign
|
|
14
14
|
# @return [String]
|
15
15
|
attribute :currency
|
16
16
|
# @return [Integer]
|
17
|
-
attribute :
|
17
|
+
attribute :orgid, :Integer
|
18
|
+
# @return [String]
|
19
|
+
attribute :orgname
|
18
20
|
# @return [Integer]
|
19
21
|
attribute :stageid, :Integer
|
20
22
|
# @return [Integer]
|
@@ -30,8 +32,6 @@ module ActiveCampaign
|
|
30
32
|
# @return [DateTime]
|
31
33
|
attribute :create_date, :DateTime
|
32
34
|
# @return [String]
|
33
|
-
attribute :customer_acct_name
|
34
|
-
# @return [String]
|
35
35
|
attribute :stage_title
|
36
36
|
# @return [Integer]
|
37
37
|
attribute :pipelineid, :Integer
|
@@ -47,8 +47,6 @@ module ActiveCampaign
|
|
47
47
|
attribute :contact_email
|
48
48
|
# @return [String]
|
49
49
|
attribute :contact_avatar
|
50
|
-
# @return [DateTime]
|
51
|
-
attribute :age, :DateTime
|
52
50
|
# @return [Float]
|
53
51
|
attribute :value, :Float
|
54
52
|
# @return [String]
|