Class: AdWords::V201008::AdExtensionOverrideService::LocationSyncExtension

Inherits:
AdExtension
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdExtensionOverrideService.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.



1013
1014
1015
1016
1017
1018
1019
1020
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1013

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.



1007
1008
1009
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1007

def adExtension_Type
  @adExtension_Type
end

#authTokenObject

Returns the value of attribute authToken.



1009
1010
1011
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1009

def authToken
  @authToken
end

#emailObject

Returns the value of attribute email.



1008
1009
1010
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1008

def email
  @email
end

#iconMediaIdObject

Returns the value of attribute iconMediaId.



1010
1011
1012
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1010

def iconMediaId
  @iconMediaId
end

#idObject

Returns the value of attribute id.



1006
1007
1008
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1006

def id
  @id
end

#shouldSyncUrlObject

Returns the value of attribute shouldSyncUrl.



1011
1012
1013
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1011

def shouldSyncUrl
  @shouldSyncUrl
end