moxiworks_platform 0.13.8 → 0.13.9

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: 5ac28e16b6c0d254b51a46c9fc12d430d58b485c
4
- data.tar.gz: 199c9a9cdda11d0cd5c88497f1a53851348c3675
3
+ metadata.gz: 94eac8e4a43dce3886ca60289d3c0859c4188b09
4
+ data.tar.gz: b38a55d90b09e26c97feb34339abaef8c1a203a0
5
5
  SHA512:
6
- metadata.gz: 4d9950a5e6d0c91b84afffb50b733feb53bcc58c6ad04dbb4774c70d2f0928ee0f4418f042ee40bae39ff04b0591e3558a896a8317454e8ece0c3bb3b4e5a0f4
7
- data.tar.gz: c994f21a8a6071ca4450e8eff43b80f5cd9ff9eb58fa7a8c68132e080233349aa0c295108e1598c92d133e9a190a5be45e3ed1de0b6473a25a5d6af5f7177c2f
6
+ metadata.gz: 7bf69e56b7cc27516932ef83b3992f1572bb45bb1249926140d5b9bca13f53b0e3035b29eda059ea09983f47147ea6cd99a9426b882963cb16ac2d4a6c03ae61
7
+ data.tar.gz: e6b6ce0c4838d5acdda349aea37c30019b00b003a6d25bb427226a2723388783720ad163defbc373b058d36cff2abf060c604ad0e2cfbbbf30a7cba8c09d4532
@@ -168,6 +168,11 @@ module MoxiworksPlatform
168
168
  # @return [String] whether the agent has access to MoxiWorks Engage
169
169
  attr_accessor :has_engage_access
170
170
 
171
+ # @!attribute available_mls
172
+ #
173
+ # @return [Hash] available MLSs for this agent
174
+ attr_accessor :available_mls
175
+
171
176
 
172
177
  # Find an Agent on the Moxi Works Platform
173
178
  # @param [Hash] opts named parameter Hash
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.13.8'
2
+ VERSION = '0.13.9'
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.8
4
+ version: 0.13.9
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 00:00:00.000000000 Z
11
+ date: 2018-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client