moxiworks_platform 0.13.4 → 0.13.5

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: 9c62c8024b22d2498e565c2b809c24e276f4b3fe
4
- data.tar.gz: ba1d5ff698d1ee2844a526288add7435e8f6e4dd
3
+ metadata.gz: 6fa5d1dc39559adbf835b8aed72ef37462e8fe0d
4
+ data.tar.gz: 08864b5d3a2a1db73e0c93e5f0e19c0a18c0dcc9
5
5
  SHA512:
6
- metadata.gz: 7e9e5883515cb0ba6144db431fb046b2adb524af8b825c2a464ae8e615db226d7a11452306f88e89c74788cf1449bd82f0728e08047d30939b486bd2abbebdc1
7
- data.tar.gz: 8fbf4323875fcff4aa74a7fa39e04ca63f07581ce510ccff2d026320ad0d62957fe1f62fc3a5ee66e305cb3bab65041cf67d205e020f96be8e3385a0b91cb553
6
+ metadata.gz: 14f7a149283d5442658095c6af405189a7e223982d0441b356e5f73af9b66607b7cde63e144a66899edafce7dd440d9aef2062ee3e6ff39373b86ef94a6e7c0a
7
+ data.tar.gz: cfc495476bd05ccb52bbccea3dc674d008dcd8bfc4c3d396ce83fbc6dc7c7368384e9c5b6ec0b515be14b9049e389cdd2955ddb6317cde64e3070b3414876cec
@@ -310,6 +310,10 @@ module MoxiworksPlatform
310
310
  # @return [String] If there is a second listing agent, the name of the second listing agent.
311
311
  attr_accessor :secondary_list_agent_full_name
312
312
 
313
+ # @!attribute title
314
+ #
315
+ # @return [String] Title of the listing
316
+ attr_accessor :title
313
317
 
314
318
 
315
319
  # Find a listing on the Moxi Works Platform
@@ -82,6 +82,11 @@ module MoxiworksPlatform
82
82
  # @return [String] the office's twitter handle
83
83
  attr_accessor :twitter
84
84
 
85
+ # @!attribute office_website
86
+ #
87
+ # @return [String] url of the office's website
88
+ attr_accessor :office_website
89
+
85
90
 
86
91
  # Find an Office on the Moxi Works Platform
87
92
  # @param [Hash] opts named parameter Hash
@@ -275,6 +275,16 @@ module MoxiworksPlatform
275
275
  # @return [Integer] price listing was sold for
276
276
  attr_accessor :sold_price
277
277
 
278
+ # @!attribute title
279
+ #
280
+ # @return [String] Title of the listing
281
+ attr_accessor :title
282
+
283
+ # @!attribute company_listing_attributes
284
+ #
285
+ # @return [Array] company specific attributes
286
+ attr_accessor :company_listing_attributes
287
+
278
288
 
279
289
  # Find a listing on the Moxi Works Platform
280
290
  # @param [Hash] opts named parameter Hash
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.13.4'
2
+ VERSION = '0.13.5'
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.4
4
+ version: 0.13.5
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-03-27 00:00:00.000000000 Z
11
+ date: 2018-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client