Class: Osm::Member::DoctorContact

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

Constant Summary collapse

GROUP_ID =
Osm::Member::GID_DOCTOR_CONTACT

Constants inherited from Osm::Model

Osm::Model::SORT_BY

Instance Attribute Summary collapse

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 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

Instance Attribute Details

#surgeryString

Returns the surgery name.

Returns:

  • (String)

    the surgery name



843
# File 'lib/osm/member.rb', line 843

attribute :surgery, :type => String