Class: SEPA::ContactDetails
- Inherits:
-
Object
- Object
- SEPA::ContactDetails
- Extended by:
- Converter
- Includes:
- ActiveModel::Model
- Defined in:
- lib/sepa_rator/account/contact_details.rb
Constant Summary collapse
- NAME_PREFIXES =
%w[DOCT MADM MISS MIST MIKS].freeze
- PREFERRED_METHODS =
%w[LETT MAIL PHON FAXX CELL ONLI].freeze
Instance Attribute Summary collapse
-
#department ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#email_address ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#email_purpose ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#fax_number ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#job_title ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#mobile_number ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#name ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#name_prefix ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#other_contacts ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#phone_number ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#preferred_method ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#responsibility ⇒ Object
Common fields (ContactDetails2, all schemas).
-
#url_address ⇒ Object
Common fields (ContactDetails2, all schemas).
Method Summary
Methods included from Converter
Instance Attribute Details
#department ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def department @department end |
#email_address ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def email_address @email_address end |
#email_purpose ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def email_purpose @email_purpose end |
#fax_number ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def fax_number @fax_number end |
#job_title ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def job_title @job_title end |
#mobile_number ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def mobile_number @mobile_number end |
#name ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def name @name end |
#name_prefix ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def name_prefix @name_prefix end |
#other_contacts ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def other_contacts @other_contacts end |
#phone_number ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def phone_number @phone_number end |
#preferred_method ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def preferred_method @preferred_method end |
#responsibility ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def responsibility @responsibility end |
#url_address ⇒ Object
Common fields (ContactDetails2, all schemas)
12 13 14 |
# File 'lib/sepa_rator/account/contact_details.rb', line 12 def url_address @url_address end |