Class: Osm::Member::SecondaryContact

Inherits:
PrimaryContact show all
Defined in:
lib/osm/member.rb

Overview

class PrimaryContact

Constant Summary collapse

GROUP_ID =
Osm::Member::GID_SECONDARY_CONTACT

Constants inherited from Osm::Model

Osm::Model::SORT_BY

Instance Attribute Summary

Attributes inherited from PrimaryContact

#email_1, #email_2, #receive_email_1, #receive_email_2, #receive_phone_1, #receive_phone_2

Attributes inherited from Contact

#additional_information, #additional_information_labels, #address_1, #address_2, #address_3, #address_4, #first_name, #last_name, #phone_1, #phone_2, #postcode

Method Summary

Methods included from EnableablePhoneableContact

#enabled_phones

Methods included from EnableableEmailableContact

#enabled_emails, #enabled_emails_with_name

Methods included from EmailableContact

#all_emails, #all_emails_with_name

Methods inherited from Contact

#all_phones, #initialize, #name, #update

Methods inherited from Osm::Model

#<, #<=, #<=>, #>, #>=, #between?, #changed_attributes, configure, #reset_changed_attributes, #to_i

Constructor Details

This class inherits a constructor from Osm::Member::Contact