Class: AdCenterWrapper::ContactInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#addressObject

Returns the value of attribute address.



4287
4288
4289
# File 'lib/adcenter_wrapper_entities.rb', line 4287

def address
  @address
end

#contactByPhoneObject

Returns the value of attribute contactByPhone.



4288
4289
4290
# File 'lib/adcenter_wrapper_entities.rb', line 4288

def contactByPhone
  @contactByPhone
end

#contactByPostalMailObject

Returns the value of attribute contactByPostalMail.



4289
4290
4291
# File 'lib/adcenter_wrapper_entities.rb', line 4289

def contactByPostalMail
  @contactByPostalMail
end

#emailObject

Returns the value of attribute email.



4290
4291
4292
# File 'lib/adcenter_wrapper_entities.rb', line 4290

def email
  @email
end

#emailFormatObject

Returns the value of attribute emailFormat.



4291
4292
4293
# File 'lib/adcenter_wrapper_entities.rb', line 4291

def emailFormat
  @emailFormat
end

#faxObject

Returns the value of attribute fax.



4292
4293
4294
# File 'lib/adcenter_wrapper_entities.rb', line 4292

def fax
  @fax
end

#homePhoneObject

Returns the value of attribute homePhone.



4293
4294
4295
# File 'lib/adcenter_wrapper_entities.rb', line 4293

def homePhone
  @homePhone
end

#idObject

Returns the value of attribute id.



4294
4295
4296
# File 'lib/adcenter_wrapper_entities.rb', line 4294

def id
  @id
end

#mobileObject

Returns the value of attribute mobile.



4295
4296
4297
# File 'lib/adcenter_wrapper_entities.rb', line 4295

def mobile
  @mobile
end

#phone1Object

Returns the value of attribute phone1.



4296
4297
4298
# File 'lib/adcenter_wrapper_entities.rb', line 4296

def phone1
  @phone1
end

#phone2Object

Returns the value of attribute phone2.



4297
4298
4299
# File 'lib/adcenter_wrapper_entities.rb', line 4297

def phone2
  @phone2
end