Class: AdCenterWrapper::PhoneExtension
- Inherits:
-
Object
- Object
- AdCenterWrapper::PhoneExtension
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8PhoneExtension
country - SOAP::SOAPString
enableClickToCallOnly - SOAP::SOAPBoolean
enablePhoneExtension - SOAP::SOAPBoolean
phone - SOAP::SOAPString
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#enableClickToCallOnly ⇒ Object
Returns the value of attribute enableClickToCallOnly.
-
#enablePhoneExtension ⇒ Object
Returns the value of attribute enablePhoneExtension.
-
#phone ⇒ Object
Returns the value of attribute phone.
Instance Method Summary collapse
-
#initialize(country = nil, enableClickToCallOnly = nil, enablePhoneExtension = nil, phone = nil) ⇒ PhoneExtension
constructor
A new instance of PhoneExtension.
Constructor Details
permalink #initialize(country = nil, enableClickToCallOnly = nil, enablePhoneExtension = nil, phone = nil) ⇒ PhoneExtension
Returns a new instance of PhoneExtension.
590 591 592 593 594 595 |
# File 'lib/CampaignManagementService.rb', line 590 def initialize(country = nil, enableClickToCallOnly = nil, enablePhoneExtension = nil, phone = nil) @country = country @enableClickToCallOnly = enableClickToCallOnly @enablePhoneExtension = enablePhoneExtension @phone = phone end |
Instance Attribute Details
permalink #country ⇒ Object
Returns the value of attribute country.
585 586 587 |
# File 'lib/CampaignManagementService.rb', line 585 def country @country end |
permalink #enableClickToCallOnly ⇒ Object
Returns the value of attribute enableClickToCallOnly.
586 587 588 |
# File 'lib/CampaignManagementService.rb', line 586 def enableClickToCallOnly @enableClickToCallOnly end |
permalink #enablePhoneExtension ⇒ Object
Returns the value of attribute enablePhoneExtension.
587 588 589 |
# File 'lib/CampaignManagementService.rb', line 587 def enablePhoneExtension @enablePhoneExtension end |
permalink #phone ⇒ Object
Returns the value of attribute phone.
588 589 590 |
# File 'lib/CampaignManagementService.rb', line 588 def phone @phone end |