moxiworks_platform 0.11.1 → 0.11.3
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 +10 -0
- data/lib/moxiworks_platform/listing.rb +3 -1
- 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: 3f30e0f092e72c478b298575a4e59acb1fe6f5cc
|
|
4
|
+
data.tar.gz: 597bff8b2aecc6b068e7e22e7d00cf62fe343b24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d656ba4e354e1f6773a41fc8db9a975dc8ea851e4ca88d2ace6a85e60f73adcd3c34e471be2394cd4553eea352f3c14ad81a9c7bf1ad867fbf9e980a1bc9a61
|
|
7
|
+
data.tar.gz: 4139bc33e53334f094d95a7d25bf9f19a14e0698ac66c98f2d5ccf2460e332027a628261eff8c83281a983329d74c87cc7e922c6ac7088bb1c977b5efa50e78a
|
|
@@ -76,6 +76,16 @@ module MoxiworksPlatform
|
|
|
76
76
|
# @return [String] the agent's office address, zip code
|
|
77
77
|
attr_accessor :office_address_zip
|
|
78
78
|
|
|
79
|
+
# @!attribute first_name
|
|
80
|
+
#
|
|
81
|
+
# @return [String] the agent's first name
|
|
82
|
+
attr_accessor :first_name
|
|
83
|
+
|
|
84
|
+
# @!attribute last_name
|
|
85
|
+
#
|
|
86
|
+
# @return [String] the agent's last name
|
|
87
|
+
attr_accessor :last_name
|
|
88
|
+
|
|
79
89
|
# @!attribute name
|
|
80
90
|
#
|
|
81
91
|
# @return [String] the agent's full name
|
|
@@ -308,7 +308,9 @@ module MoxiworksPlatform
|
|
|
308
308
|
# @param [Hash] opts named parameter Hash
|
|
309
309
|
# @option opts [String] :moxi_works_company_id *REQUIRED* The Moxi Works Company ID For the search (use Company.search to determine available moxi_works_company_id)
|
|
310
310
|
# @option opts [Integer] :updated_since *REQUIRED* Unix timestamp; Only Listings updated after this date will be returned
|
|
311
|
-
# @option opts [String] :moxi_works_agent_id The Moxi Works Agent ID For the search (use Agent.search to determine available moxi_works_agent_id)
|
|
311
|
+
# @option opts [String] :moxi_works_agent_id The Moxi Works Agent ID For the search (use Agent.search to determine available moxi_works_agent_id) -- only agent_uuid or moxi_works_agent_id are needed when searching for listings by agent
|
|
312
|
+
# @option opts [String] :agent_uuid The Agent UUID For the search (use Agent.search to determine available agent_uuid) -- only agent_uuid or moxi_works_agent_id are needed when searching for listings by agent
|
|
313
|
+
# @option opts [String] :moxi_works_office_id The Moxi Works Office ID For the search (use Office.search or Agent response to determine available moxi_works_office_id)
|
|
312
314
|
#
|
|
313
315
|
#
|
|
314
316
|
# optional Search parameters
|
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.11.
|
|
4
|
+
version: 0.11.3
|
|
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: 2017-
|
|
11
|
+
date: 2017-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|