moxiworks_platform 0.4.2 → 0.4.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/contact.rb +0 -11
- data/lib/moxiworks_platform/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8af1ad18e3aa537868efdc6515c282e8eb114f01
|
|
4
|
+
data.tar.gz: 3cfdc524bfb1e218f72eb4481feea165822d7a99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|