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 +4 -4
- data/lib/moxiworks_platform/agent.rb +5 -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: 94eac8e4a43dce3886ca60289d3c0859c4188b09
|
4
|
+
data.tar.gz: b38a55d90b09e26c97feb34339abaef8c1a203a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.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
|
+
date: 2018-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|