gotransverse-tract-api 0.22.0 → 0.22.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc80ba4067af8c1d0a9d945880c4f09b163a90c3
|
|
4
|
+
data.tar.gz: 747a326c6b4b50d9d7a764d1580e12f1046c4224
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 217a648b2ec1c1b79b3bde04c2fed9f664daee64ec3b07dfa60f496193c22be6956a7cff8ec28b4b648fe39aa383fae7d3a1db74c023bc5d9f4d53240b9f7ea6
|
|
7
|
+
data.tar.gz: 22ab5357fff470338c45ae46426d47d7c415ad18cc0c5be925566657c5c8203da1472ff93c4e76ab4fa8e9163a9f22952c6fc02de902a8b6fba365979a35604b
|
|
@@ -60,6 +60,17 @@ module GoTransverseTractApi
|
|
|
60
60
|
GoTransverseTractApi.get_response_for(self, params)
|
|
61
61
|
end
|
|
62
62
|
|
|
63
|
+
#
|
|
64
|
+
# @param {Long} original_order_eid
|
|
65
|
+
# @param {Hash} options
|
|
66
|
+
#
|
|
67
|
+
def find_by_original_order_eid original_order_eid, options={}
|
|
68
|
+
return nil unless original_order_eid.present?
|
|
69
|
+
|
|
70
|
+
params ||= GoTransverseTractApi::ApiData.new.get_query_params({original_order_eid: original_order_eid}, options)
|
|
71
|
+
GoTransverseTractApi.get_response_for(self, params)
|
|
72
|
+
end
|
|
73
|
+
|
|
63
74
|
#
|
|
64
75
|
# @param {Long} agreement_eid
|
|
65
76
|
# @param {Hash} options
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gotransverse-tract-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.22.
|
|
4
|
+
version: 0.22.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien DeFrance
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2017-03-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -261,7 +261,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
261
261
|
version: '0'
|
|
262
262
|
requirements: []
|
|
263
263
|
rubyforge_project:
|
|
264
|
-
rubygems_version: 2.4.
|
|
264
|
+
rubygems_version: 2.4.8
|
|
265
265
|
signing_key:
|
|
266
266
|
specification_version: 4
|
|
267
267
|
summary: A ruby gem allowing developers to conveniently integrate with GoTransverse's
|