netsuite 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDIyNGIxODdmZjE3N2JiMmE0N2M1Y2I4MDc0OTgyOGY5ZGUzYmRmOA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YWI4NTE4ZGVlYTc0MTQ5NTkzM2NmY2M1MzkyZmExMmU1YWNlYTc0NQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzY1NGJmZDVjYjA4ZmNjMmYzZTcwOGFmMjYyNTViM2Q4YjU3ODRjMDRjMGNm
|
10
|
+
ZTg5ZDViYzA1MTZkOTA3OGQzNjg3NDI2NDZiZDE1ODMwZDMwMGRiNjJlYTk2
|
11
|
+
OGZmMzBhNmY5OWMzOGI3OTU3MDNiZTIxYWYzNDQ0ZTFlZDE4ZDU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OWI1ZmFhYTg2MGVjNTVjNGIyZWRjYTFmNjFhMjU0ZGIyZWU5MDRkNjkyNDUz
|
14
|
+
ZDUyZGY3Mzc3NGVkZjQ4OGE0NTE1MzgwYzYyOTRjOTUxMDZhNmVlYTRmNzhi
|
15
|
+
MGMzNDg0ZjY0OGVmNjJhMTJlZGFlNTIzNTEzOTY3OGYzZmYyNDI=
|
@@ -2,9 +2,12 @@ module NetSuite
|
|
2
2
|
module Records
|
3
3
|
class Classification
|
4
4
|
include Support::Fields
|
5
|
+
include Support::RecordRefs
|
6
|
+
include Support::Records
|
5
7
|
include Support::Actions
|
8
|
+
include Namespaces::ListAcct
|
6
9
|
|
7
|
-
actions :get, :get_list, :delete, :upsert
|
10
|
+
actions :get, :get_list, :delete, :upsert, :search
|
8
11
|
|
9
12
|
fields :name, :include_children, :is_inactive, :class_translation_list, :custom_field_list
|
10
13
|
|
data/lib/netsuite/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: netsuite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Moran
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-01-
|
12
|
+
date: 2016-01-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: savon
|