Class: AdCenterWrapper::ContactInfo
- Inherits:
-
Object
- Object
- AdCenterWrapper::ContactInfo
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesContactInfo
address - AdCenterWrapper::Address
contactByPhone - SOAP::SOAPBoolean
contactByPostalMail - SOAP::SOAPBoolean
email - SOAP::SOAPString
emailFormat - AdCenterWrapper::EmailFormat
fax - SOAP::SOAPString
homePhone - SOAP::SOAPString
id - SOAP::SOAPLong
mobile - SOAP::SOAPString
phone1 - SOAP::SOAPString
phone2 - SOAP::SOAPString
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#contactByPhone ⇒ Object
Returns the value of attribute contactByPhone.
-
#contactByPostalMail ⇒ Object
Returns the value of attribute contactByPostalMail.
-
#email ⇒ Object
Returns the value of attribute email.
-
#emailFormat ⇒ Object
Returns the value of attribute emailFormat.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#homePhone ⇒ Object
Returns the value of attribute homePhone.
-
#id ⇒ Object
Returns the value of attribute id.
-
#mobile ⇒ Object
Returns the value of attribute mobile.
-
#phone1 ⇒ Object
Returns the value of attribute phone1.
-
#phone2 ⇒ Object
Returns the value of attribute phone2.
Instance Method Summary collapse
-
#initialize(address = nil, contactByPhone = nil, contactByPostalMail = nil, email = nil, emailFormat = nil, fax = nil, homePhone = nil, id = nil, mobile = nil, phone1 = nil, phone2 = nil) ⇒ ContactInfo
constructor
A new instance of ContactInfo.
Constructor Details
#initialize(address = nil, contactByPhone = nil, contactByPostalMail = nil, email = nil, emailFormat = nil, fax = nil, homePhone = nil, id = nil, mobile = nil, phone1 = nil, phone2 = nil) ⇒ ContactInfo
Returns a new instance of ContactInfo.
4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 |
# File 'lib/adcenter_wrapper_entities.rb', line 4299 def initialize(address = nil, contactByPhone = nil, contactByPostalMail = nil, email = nil, emailFormat = nil, fax = nil, homePhone = nil, id = nil, mobile = nil, phone1 = nil, phone2 = nil) @address = address @contactByPhone = contactByPhone @contactByPostalMail = contactByPostalMail @email = email @emailFormat = emailFormat @fax = fax @homePhone = homePhone @id = id @mobile = mobile @phone1 = phone1 @phone2 = phone2 end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
4287 4288 4289 |
# File 'lib/adcenter_wrapper_entities.rb', line 4287 def address @address end |
#contactByPhone ⇒ Object
Returns the value of attribute contactByPhone.
4288 4289 4290 |
# File 'lib/adcenter_wrapper_entities.rb', line 4288 def contactByPhone @contactByPhone end |
#contactByPostalMail ⇒ Object
Returns the value of attribute contactByPostalMail.
4289 4290 4291 |
# File 'lib/adcenter_wrapper_entities.rb', line 4289 def contactByPostalMail @contactByPostalMail end |
#email ⇒ Object
Returns the value of attribute email.
4290 4291 4292 |
# File 'lib/adcenter_wrapper_entities.rb', line 4290 def email @email end |
#emailFormat ⇒ Object
Returns the value of attribute emailFormat.
4291 4292 4293 |
# File 'lib/adcenter_wrapper_entities.rb', line 4291 def emailFormat @emailFormat end |
#fax ⇒ Object
Returns the value of attribute fax.
4292 4293 4294 |
# File 'lib/adcenter_wrapper_entities.rb', line 4292 def fax @fax end |
#homePhone ⇒ Object
Returns the value of attribute homePhone.
4293 4294 4295 |
# File 'lib/adcenter_wrapper_entities.rb', line 4293 def homePhone @homePhone end |
#id ⇒ Object
Returns the value of attribute id.
4294 4295 4296 |
# File 'lib/adcenter_wrapper_entities.rb', line 4294 def id @id end |
#mobile ⇒ Object
Returns the value of attribute mobile.
4295 4296 4297 |
# File 'lib/adcenter_wrapper_entities.rb', line 4295 def mobile @mobile end |
#phone1 ⇒ Object
Returns the value of attribute phone1.
4296 4297 4298 |
# File 'lib/adcenter_wrapper_entities.rb', line 4296 def phone1 @phone1 end |
#phone2 ⇒ Object
Returns the value of attribute phone2.
4297 4298 4299 |
# File 'lib/adcenter_wrapper_entities.rb', line 4297 def phone2 @phone2 end |