Class: CorporateContact

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/services/corporate_contact.rb

Instance Attribute Summary collapse

Instance Attribute Details

#area_servedObject

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_languageObject

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_typeObject

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_urlObject

Returns the value of attribute contact_url.



5
6
7
# File 'app/services/corporate_contact.rb', line 5

def contact_url
  @contact_url
end

#telephoneObject

Returns the value of attribute telephone.



5
6
7
# File 'app/services/corporate_contact.rb', line 5

def telephone
  @telephone
end