Class: AdWords::V201003::CampaignAdExtensionService::LocationSyncExtension

Inherits:
AdExtension
  • Object
show all
Defined in:
lib/adwords4r/v201003/CampaignAdExtensionService.rb

Overview

LocationSyncExtension

  • id - SOAP::SOAPLong

  • adExtension_Type - SOAP::SOAPString

  • email - SOAP::SOAPString

  • authToken - SOAP::SOAPString

  • iconMediaId - SOAP::SOAPLong

  • shouldSyncUrl - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, adExtension_Type = nil, email = nil, authToken = nil, iconMediaId = nil, shouldSyncUrl = nil) ⇒ LocationSyncExtension

Returns a new instance of LocationSyncExtension.



864
865
866
867
868
869
870
871
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 864

def initialize(id = nil, adExtension_Type = nil, email = nil, authToken = nil, iconMediaId = nil, shouldSyncUrl = nil)
  @id = id
  @adExtension_Type = adExtension_Type
  @email = email
  @authToken = authToken
  @iconMediaId = iconMediaId
  @shouldSyncUrl = shouldSyncUrl
end

Instance Attribute Details

#adExtension_TypeObject

Returns the value of attribute adExtension_Type.



858
859
860
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 858

def adExtension_Type
  @adExtension_Type
end

#authTokenObject

Returns the value of attribute authToken.



860
861
862
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 860

def authToken
  @authToken
end

#emailObject

Returns the value of attribute email.



859
860
861
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 859

def email
  @email
end

#iconMediaIdObject

Returns the value of attribute iconMediaId.



861
862
863
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 861

def iconMediaId
  @iconMediaId
end

#idObject

Returns the value of attribute id.



857
858
859
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 857

def id
  @id
end

#shouldSyncUrlObject

Returns the value of attribute shouldSyncUrl.



862
863
864
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 862

def shouldSyncUrl
  @shouldSyncUrl
end