marketo 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/marketo/client.rb +5 -2
  2. metadata +3 -3
@@ -19,9 +19,12 @@ module Rapleaf
19
19
  #
20
20
  # Usage:
21
21
  #
22
- # client = Rapleaf::Marketo.new_client(<access_key>, <secret_key>)
22
+ # client = Rapleaf::Marketo.new_client(<access_key>, <secret_key>)
23
23
  #
24
- # client.sync_lead('john@gmail.com', 'john', 'smith', 'rapleaf', '1122 334 455', 'api')
24
+ # lead_record = client.get_lead_by_email('sombody@examnple.com')
25
+ # puts lead_record.idnum
26
+ # puts lead_record.get_attribute('FirstName')
27
+ # puts lead_record.get_attribute('LastName')
25
28
  class Client
26
29
  def initialize(savon_client, authentication_header)
27
30
  @client = savon_client
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marketo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - James O'Brien