afc_salesforce 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: 8881ebd480b5af9a65dfaf3bc5ed616cc9d03c2a
4
- data.tar.gz: 92f3c04c7019540ccc7f687d95be77854f2f6f7d
3
+ metadata.gz: 48ff6197017271d08bc0f33e96fdb8bf835e153c
4
+ data.tar.gz: 929fb56f8cc30b8f5fc031b1da09ae709a63fc57
5
5
  SHA512:
6
- metadata.gz: 4f0a8f777c080760792dae7e2efd4c80a8dd3c69a619495724d28429672547390f4589c925f9f4c68fc9e6eaf41f4d4feab79f3c4ccf230fe4a93bb47c6a2916
7
- data.tar.gz: 38e3ad45c9ba1169110ddd32e7e344d406c93092683fc238793c052fab7b5efc2218bb3b6939fad2dd8fcb09e371b2d1531948211b8d74f9298be02728e6f004
6
+ metadata.gz: 7858d9faee27594bcc6db81b70c7839c5b5bd5b3435b271677a65f74350b29481ff209696aefecaaeaf1c73c42d5071dd2be693dc0143d527e264b90aaa8e5e4
7
+ data.tar.gz: 6dc674b5d934a43ce0d1fb6daf1f9c33603198a11ad2c49ee32a5a1fc43b6b229702baba26c20a0dff8e4ef38c62537669a4b35d098ae67b1650d5d3712870ec
@@ -2,7 +2,7 @@ module AFCSalesforce
2
2
  class Lead < Base
3
3
  attr_accessor :company, :first_name, :last_name, :phone, :email, :endorser, :source, :type, :internet_source,
4
4
  :search_source, :search_campaign, :search_adgroup, :search_keyword, :city, :state,
5
- :zip, :unbounce_page_id, :page_url, :page_variant
5
+ :zip, :unbounce_page_id, :page_url, :page_variant, :working_with_realtor
6
6
 
7
7
  def to_h
8
8
  AFCSalesforce::Models::Lead.new(
@@ -24,7 +24,8 @@ module AFCSalesforce
24
24
  postalcode: @zip,
25
25
  unbounce_page_id__c: @unbounce_page_id,
26
26
  page_url__c: @page_url,
27
- page_variant__c: @page_variant
27
+ page_variant__c: @page_variant,
28
+ working_with_realtor__c: @working_with_realtor
28
29
  ).to_h
29
30
  end
30
31
  end
@@ -1,3 +1,3 @@
1
1
  module AFCSalesforce
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: afc_salesforce
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
  - Donavan White
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-19 00:00:00.000000000 Z
11
+ date: 2017-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler