Class: AdCenterWrapper::AdExtension

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8AdExtension

campaignId - SOAP::SOAPLong
enableLocationExtension - SOAP::SOAPBoolean
phoneExtension - AdCenterWrapper::PhoneExtension

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignId = nil, enableLocationExtension = nil, phoneExtension = nil) ⇒ AdExtension

Returns a new instance of AdExtension.

[View source]

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

#campaignIdObject

Returns the value of attribute campaignId.


568
569
570
# File 'lib/CampaignManagementService.rb', line 568

def campaignId
  @campaignId
end

#enableLocationExtensionObject

Returns the value of attribute enableLocationExtension.


569
570
571
# File 'lib/CampaignManagementService.rb', line 569

def enableLocationExtension
  @enableLocationExtension
end

#phoneExtensionObject

Returns the value of attribute phoneExtension.


570
571
572
# File 'lib/CampaignManagementService.rb', line 570

def phoneExtension
  @phoneExtension
end