closeio 2.6.5 → 2.6.7

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: 05c040f805e8358a00f8af8d8a367064dd5c598d
4
- data.tar.gz: 96e1625fac241134119f72d26cf5c4c74a615910
3
+ metadata.gz: 59368f8fa8ef61dfc4f30ab7fde43624370b1a33
4
+ data.tar.gz: 854cf38fc7c0a9e4126f3f0f1a5c9dd5111af438
5
5
  SHA512:
6
- metadata.gz: 8f1f91be0b9c5736a8756ab453aa4e4447189960cacc8ac508e90851842a8e22b29023e220d0e5f016098f53c500f031fa2f047019984612abbe78cd3234b2c9
7
- data.tar.gz: f1ee2e342457f1dae16ed64c13af89af067f5920a81f8616d3e2f04e31f94395b4d15617acbe59328328b2201f8cf37bbfacfabd24ff9e47045647288538e74b
6
+ metadata.gz: 4c2b18e85c3ff3545aa600b45bcdadcbba39fe5a31707e0336a7a71d4c7fecf9e1deae9d6639953f242ac1ccdb5a0afb46e670833037f57bc50b2484eb053f77
7
+ data.tar.gz: 5836fc8aaa198b1bf684a7bdd1007be0f1e9e6a07cbecde388b777f30db1469dd08397f800714293262c203c976a18b5440e0ce827ba148817d5d22150c8b487
@@ -11,6 +11,7 @@ module Closeio
11
11
  include Closeio::Client::BulkAction
12
12
  include Closeio::Client::Contact
13
13
  include Closeio::Client::CustomField
14
+ include Closeio::Client::EmailAccount
14
15
  include Closeio::Client::EmailTemplate
15
16
  include Closeio::Client::IntegrationLink
16
17
  include Closeio::Client::Lead
@@ -0,0 +1,11 @@
1
+ module Closeio
2
+ class Client
3
+ module EmailAccount
4
+
5
+ def list_email_accounts
6
+ get("email_account/")
7
+ end
8
+
9
+ end
10
+ end
11
+ end
@@ -1,3 +1,3 @@
1
1
  module Closeio
2
- VERSION = "2.6.5"
2
+ VERSION = "2.6.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: closeio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.5
4
+ version: 2.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-13 00:00:00.000000000 Z
11
+ date: 2017-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -159,6 +159,7 @@ files:
159
159
  - lib/closeio/resources/bulk_action.rb
160
160
  - lib/closeio/resources/contact.rb
161
161
  - lib/closeio/resources/custom_field.rb
162
+ - lib/closeio/resources/email_account.rb
162
163
  - lib/closeio/resources/email_template.rb
163
164
  - lib/closeio/resources/integration_link.rb
164
165
  - lib/closeio/resources/lead.rb