moxiworks_platform 0.13.10 → 0.13.11
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 +4 -4
- data/lib/moxiworks_platform/company.rb +9 -0
- data/lib/moxiworks_platform/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea29e7db2090e67aaadacf3573f3b72384abc2e6
|
4
|
+
data.tar.gz: 7a9757e7610e1d0ef50497cd2290fc41c7dde7d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0c1a5ba794cf1d8387470070e03487483175c36dd560f2a0685c8a2a9dfa724e986c5877f5c62c93cad2029fb8eda567f06521716d0e21c52538f3ea0eae2c4
|
7
|
+
data.tar.gz: e1fda4dce5024330519d488caf2fb8de5c928f7d6ca51b57a003ceb39988402b3e4102973c836cb7a10ff3ce22eb4fced4e744f09bae221b8c4e52995290c54c
|
@@ -14,6 +14,15 @@ module MoxiworksPlatform
|
|
14
14
|
# @return [String] the human readable name of the company
|
15
15
|
attr_accessor :name
|
16
16
|
|
17
|
+
# @!attribute partners
|
18
|
+
# Partner data associated with this Company
|
19
|
+
#
|
20
|
+
# @return [Array] the partner data associated with this company
|
21
|
+
attr_accessor :partners
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
17
26
|
# Find a Company by ID in Moxi Works Platform
|
18
27
|
# @param [Hash] opts named parameter Hash
|
19
28
|
# @option opts [String] :moxi_works_company_id *REQUIRED* The Moxi Works Company ID
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moxiworks_platform
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tres Wong-Godfrey
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|