paychex_api 0.0.1 → 0.0.2
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 +5 -5
- data/lib/paychex_api/client/workers.rb +4 -0
- data/lib/paychex_api/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9f78afb440d84e9a5176bd9c870017eaff629de329dd03231ba2341765907dcb
|
|
4
|
+
data.tar.gz: 9130a0af28b1b20dca4e83c66a7ded516f53e2762d153eced828d00543873bda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a02a59856b12ec65389025d56d38fb34031a3de2b00f0aee78248a51594c3a765d9d2f3225fd54e047ffb7a7dc4fc46c26d51df1363fbe478724675266a8befb
|
|
7
|
+
data.tar.gz: b2b057ee0cdf27aa2a7ef7c664f2775e53c15da03c7c8acc275b5d6c6fcc8d78252c298b96cf94bd2b7ab4afb6c10039edcc0d63540a347e1ec787a6bfe6ae47
|
|
@@ -6,6 +6,10 @@ module PaychexAPI
|
|
|
6
6
|
get("#{API_PATH}#{COMPANIES_PATH}/#{company_id}#{WORKERS_PATH}", params)
|
|
7
7
|
end
|
|
8
8
|
|
|
9
|
+
def get_worker(worker_id, params = {})
|
|
10
|
+
get("#{API_PATH}#{WORKERS_PATH}/#{worker_id}", params)
|
|
11
|
+
end
|
|
12
|
+
|
|
9
13
|
def get_communications(worker_id, params = {})
|
|
10
14
|
get("#{API_PATH}#{WORKERS_PATH}/#{worker_id}#{COMMUNICATIONS_PATH}", params)
|
|
11
15
|
end
|
data/lib/paychex_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paychex_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jay Shaffer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-01-
|
|
11
|
+
date: 2018-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
223
223
|
version: '0'
|
|
224
224
|
requirements: []
|
|
225
225
|
rubyforge_project:
|
|
226
|
-
rubygems_version: 2.
|
|
226
|
+
rubygems_version: 2.7.3
|
|
227
227
|
signing_key:
|
|
228
228
|
specification_version: 4
|
|
229
229
|
summary: Paychex API
|