stbaldricks 6.4.0.alpha.6 → 6.4.0.alpha.7

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: a854bd37c43c30a4084d798cc490d83cedd9701e104e0be0fceee2617b67bb4a
4
- data.tar.gz: 45ad5f0445d5660aa36868bc58c8f49508c77e8b52b202a37266c1e4e41b6623
3
+ metadata.gz: 69b4d84032981640dcbe27406cbefe60d27271cffbedee40729af820e3fc007b
4
+ data.tar.gz: 77c06ec77f28f410fbe8c1b39d332d74e3da576c899f5692cb12bf3c713238f7
5
5
  SHA512:
6
- metadata.gz: 4b5f3a7b827ab23d89e63f21edf6638240bd36a74b95df8171299ab14605d54e7df9ad6843fa55802247b370e853da5858a188bdaee7b991a3950d5c40007c65
7
- data.tar.gz: 9e14f1f308fe41877e36fde88006c4c0f6c09f8646505ee583c3654b8872d7ff691623587d8dceea9dde06027fb300fc0b4f1214c7b45a4e6a9681d889493c17
6
+ metadata.gz: 4795869558ca7287a8a3ce42302b91a5435cb60384d6e885b5942e142395e85b30a0cf489a01dc51e974b0fd6fdd75ab782803e6af99899a2750940f5b0cd21e
7
+ data.tar.gz: 887a49d5fa4a53c92cc22b9be37e0d872a9448fc8a12cfc5ad8954d4adb958f43b61f90ffc8ad7b59d7ccd0dd0ea093f40be87df4bea890eaf64d0067f0246f5
@@ -6,7 +6,7 @@ require 'securerandom'
6
6
  module SBF
7
7
  module Client
8
8
  class Configuration
9
- DEFAULT_API_ENDPOINT = 'http://api:443'
9
+ DEFAULT_API_ENDPOINT = 'https://api'
10
10
 
11
11
  @_logger = nil
12
12
 
@@ -78,6 +78,8 @@ module SBF
78
78
  end
79
79
 
80
80
  attr_accessor :id
81
+ attr_accessor :salesforce_id
82
+ attr_accessor :salesforce_account_id
81
83
  attr_accessor :type
82
84
  attr_accessor :status
83
85
  attr_reader :display_name
@@ -376,6 +376,8 @@ module SBF
376
376
 
377
377
  class FullPerson < SBF::Client::Person
378
378
  attr_accessor :id
379
+ attr_accessor :salesforce_id
380
+ attr_accessor :salesforce_account_id
379
381
  attr_accessor :type
380
382
  attr_accessor :status
381
383
  attr_accessor :gender
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '6.4.0.alpha.6'
3
+ VERSION = '6.4.0.alpha.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stbaldricks
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.0.alpha.6
4
+ version: 6.4.0.alpha.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firespring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-12 00:00:00.000000000 Z
11
+ date: 2018-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel