Class: CorporateContact
- Inherits:
-
Object
- Object
- CorporateContact
- Includes:
- ActiveModel::Model
- Defined in:
- app/services/corporate_contact.rb
Instance Attribute Summary collapse
-
#area_served ⇒ Object
Returns the value of attribute area_served.
-
#available_language ⇒ Object
Returns the value of attribute available_language.
-
#contact_type ⇒ Object
Returns the value of attribute contact_type.
-
#contact_url ⇒ Object
Returns the value of attribute contact_url.
-
#telephone ⇒ Object
Returns the value of attribute telephone.
Instance Attribute Details
#area_served ⇒ Object
Returns the value of attribute area_served.
5 6 7 |
# File 'app/services/corporate_contact.rb', line 5 def area_served @area_served end |
#available_language ⇒ Object
Returns the value of attribute available_language.
5 6 7 |
# File 'app/services/corporate_contact.rb', line 5 def available_language @available_language end |
#contact_type ⇒ Object
Returns the value of attribute contact_type.
5 6 7 |
# File 'app/services/corporate_contact.rb', line 5 def contact_type @contact_type end |
#contact_url ⇒ Object
Returns the value of attribute contact_url.
5 6 7 |
# File 'app/services/corporate_contact.rb', line 5 def contact_url @contact_url end |
#telephone ⇒ Object
Returns the value of attribute telephone.
5 6 7 |
# File 'app/services/corporate_contact.rb', line 5 def telephone @telephone end |