moxiworks_platform 0.11.1 → 0.11.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 201fff321c965f98accc978feb376f68662aa7d5
4
- data.tar.gz: a4b41751ad0f5e55f11ece0efb90b5259aeead6c
3
+ metadata.gz: 3f30e0f092e72c478b298575a4e59acb1fe6f5cc
4
+ data.tar.gz: 597bff8b2aecc6b068e7e22e7d00cf62fe343b24
5
5
  SHA512:
6
- metadata.gz: 68fdfdb16e6e90d0363e980986c48cda59aa1913d99ad782df04bf45bc4febd3efafb7df044773c675b008d8b2430b26ac9179a4cdb7ceef894267aa2bc286b4
7
- data.tar.gz: a15aa254f42c32851d554fee77378588480417f2bbcd309856cb8f5702fdc86390909729bb87579d17fc029c8ac8861079d6095e844858081bc9491fb140a091
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
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.11.1'
2
+ VERSION = '0.11.3'
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.11.1
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-09-11 00:00:00.000000000 Z
11
+ date: 2017-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler