- id - SOAP::SOAPLong
- adExtension_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | id | |
[RW] | adExtension_Type |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignAdExtensionService.rb, line 175 def initialize(id = nil, adExtension_Type = nil) @id = id @adExtension_Type = adExtension_Type end