netsuite_client 1.0 → 1.0.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.
- data/CHANGELOG +4 -0
- data/lib/netsuite_client/client.rb +2 -1
- data/netsuite_client.gemspec +1 -1
- metadata +4 -3
data/CHANGELOG
CHANGED
@@ -123,7 +123,6 @@ class NetsuiteClient
|
|
123
123
|
NetsuiteResult.new(res.writeResponse)
|
124
124
|
end
|
125
125
|
|
126
|
-
private
|
127
126
|
|
128
127
|
# Get the full result set (possibly across multiple pages).
|
129
128
|
def full_basic_search(basic)
|
@@ -142,6 +141,8 @@ class NetsuiteClient
|
|
142
141
|
records
|
143
142
|
end
|
144
143
|
|
144
|
+
private
|
145
|
+
|
145
146
|
# Get the first page of search results for basic search.
|
146
147
|
def exec_basic_search(basic)
|
147
148
|
exec_with_retry do
|
data/netsuite_client.gemspec
CHANGED
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: netsuite_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Vlad Jebelev
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2011-11-25 00:00:00 -
|
18
|
+
date: 2011-11-25 00:00:00 -04:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|