moxiworks_platform 0.4.2 → 0.4.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: 11826227d6986ab2fea973c52ec0951df969d4e1
4
- data.tar.gz: b97428fc8aeff4de886eb278379e6f1014665753
3
+ metadata.gz: 8af1ad18e3aa537868efdc6515c282e8eb114f01
4
+ data.tar.gz: 3cfdc524bfb1e218f72eb4481feea165822d7a99
5
5
  SHA512:
6
- metadata.gz: f77145079a3f2c8f917b887e4d345662b69dfdb8f654fdb1fefcafd44ba22a5ef55e8f67dbc6f82b8b4c8bf653ceb6be3bfdf4852ee56e57259854cbf813b1a4
7
- data.tar.gz: ed4d3598996bba7a72b337d9d3915a6f782cbed8a2a2904c9cb8df3050f38a4a4fec34a6e9f930d8a5f18f3e837a969331eec2f8ad837805b3fe04f342418f4c
6
+ metadata.gz: 6a5c8a0965120c82411b8b40e1f68167b98daad3902701ba67d3c9fcc76d09796b391b4dfaee322b955caf0d41d604652d749c2f411e27e115b0fb0f928ade04
7
+ data.tar.gz: 271e1aee47e887a83830a58297b84de20844a5299e5e29756afa4cfcdae7fdea63119842f489034dd5989f0bc1e2dcf9c5d8f18c9dd78956e211de08fef0cdb0
@@ -19,12 +19,6 @@ module MoxiworksPlatform
19
19
  # @return [String] your system's unique ID for the contact
20
20
  attr_accessor :partner_contact_id
21
21
 
22
- # @!attribute business_website
23
- # the full URL of the business website to be associated with this Contact
24
- #
25
- # @return [String]-- Default ''
26
- attr_accessor :business_website
27
-
28
22
  # @!attribute contact_name
29
23
  # the full name of this Contact
30
24
  #
@@ -360,7 +354,6 @@ module MoxiworksPlatform
360
354
  #
361
355
  # optional Contact parameters
362
356
  #
363
- # @option opts [String] :business_website full url of a website associated with this contact
364
357
  # @option opts [String] :contact_name full name of this contact in format "Firstname Middlename Lastname"
365
358
  # @option opts [String, Enumerated] :gender can be "male" or "female" or "m" or "f"
366
359
  # @option opts [String] :home_street_address the street address and street on which the contact lives
@@ -428,7 +421,6 @@ module MoxiworksPlatform
428
421
  # home_neighborhood: 'my hood',
429
422
  # job_title: 'junior bacon burner',
430
423
  # occupation: 'chef',
431
- # business_website: 'http://bear.wrass.ler',
432
424
  # primary_email_address: 'goo@goo.goo',
433
425
  # primary_phone_number: '123213',
434
426
  # property_mls_id: '1232312abcv',
@@ -504,7 +496,6 @@ module MoxiworksPlatform
504
496
  #
505
497
  # optional Contact parameters
506
498
  #
507
- # @option opts [String] :business_website full url of a website associated with this contact
508
499
  # @option opts [String] :contact_name full name of this contact in format "Firstname Middlename Lastname"
509
500
  # @option opts [String, Enumerated] :gender can be "male" or "female" or "m" or "f"
510
501
  # @option opts [String] :home_street_address the street address and street on which the contact lives
@@ -572,7 +563,6 @@ module MoxiworksPlatform
572
563
  # home_neighborhood: 'my hood',
573
564
  # job_title: 'junior bacon burner',
574
565
  # occupation: 'chef',
575
- # business_website: 'http://bear.wrass.ler',
576
566
  # primary_email_address: 'goo@goo.goo',
577
567
  # primary_phone_number: '123213',
578
568
  # property_mls_id: '1232312abcv',
@@ -626,7 +616,6 @@ module MoxiworksPlatform
626
616
  #
627
617
  # optional Contact parameters
628
618
  #
629
- # @option opts [String] :business_website full url of a website associated with this contact
630
619
  # @option opts [String] :contact_name full name of this contact in format "Firstname Middlename Lastname"
631
620
  # @option opts [String, Enumerated] :gender can be "male" or "female" or "m" or "f"
632
621
  # @option opts [String] :home_street_address the street address and street on which the contact lives
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moxiworks_platform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tres Wong-Godfrey