Class: AdCenterWrapper::AdExtension
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdExtension
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8AdExtension
campaignId - SOAP::SOAPLong
enableLocationExtension - SOAP::SOAPBoolean
phoneExtension - AdCenterWrapper::PhoneExtension
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#enableLocationExtension ⇒ Object
Returns the value of attribute enableLocationExtension.
-
#phoneExtension ⇒ Object
Returns the value of attribute phoneExtension.
Instance Method Summary collapse
-
#initialize(campaignId = nil, enableLocationExtension = nil, phoneExtension = nil) ⇒ AdExtension
constructor
A new instance of AdExtension.
Constructor Details
permalink #initialize(campaignId = nil, enableLocationExtension = nil, phoneExtension = nil) ⇒ AdExtension
Returns a new instance of AdExtension.
572 573 574 575 576 |
# File 'lib/CampaignManagementService.rb', line 572 def initialize(campaignId = nil, enableLocationExtension = nil, phoneExtension = nil) @campaignId = campaignId @enableLocationExtension = enableLocationExtension @phoneExtension = phoneExtension end |
Instance Attribute Details
permalink #campaignId ⇒ Object
Returns the value of attribute campaignId.
568 569 570 |
# File 'lib/CampaignManagementService.rb', line 568 def campaignId @campaignId end |
permalink #enableLocationExtension ⇒ Object
Returns the value of attribute enableLocationExtension.
569 570 571 |
# File 'lib/CampaignManagementService.rb', line 569 def enableLocationExtension @enableLocationExtension end |
permalink #phoneExtension ⇒ Object
Returns the value of attribute phoneExtension.
570 571 572 |
# File 'lib/CampaignManagementService.rb', line 570 def phoneExtension @phoneExtension end |