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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0f4df2fd358c2efac755406b50e333441767f35
4
- data.tar.gz: a8b0f8d23a413677a13022d36539a248341bb505
3
+ metadata.gz: ea29e7db2090e67aaadacf3573f3b72384abc2e6
4
+ data.tar.gz: 7a9757e7610e1d0ef50497cd2290fc41c7dde7d3
5
5
  SHA512:
6
- metadata.gz: 6956b472d379971b300db2a2043f433f945fe67df2232e7939682f92ab4b459324bbb107bd1f05776d8c1086a78198756bd1a6f2a2f224b9ecf200983f659019
7
- data.tar.gz: 1347c2a4bb799b3d667b1533d79335ba2e350763d5e3514bbac5fdea552f9bb8a7b3d5bc5139733d5cac80820ef97ffaa64e171ca4e7790ca5426e29497ffcf4
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
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.13.10'
2
+ VERSION = '0.13.11'
3
3
  end
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.10
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-13 00:00:00.000000000 Z
11
+ date: 2018-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client