Class: AdWords::V201003::AdExtensionOverrideService::LocationSyncExtension

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



937
938
939
940
941
942
943
944
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 937

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.



931
932
933
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 931

def adExtension_Type
  @adExtension_Type
end

#authTokenObject

Returns the value of attribute authToken.



933
934
935
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 933

def authToken
  @authToken
end

#emailObject

Returns the value of attribute email.



932
933
934
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 932

def email
  @email
end

#iconMediaIdObject

Returns the value of attribute iconMediaId.



934
935
936
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 934

def iconMediaId
  @iconMediaId
end

#idObject

Returns the value of attribute id.



930
931
932
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 930

def id
  @id
end

#shouldSyncUrlObject

Returns the value of attribute shouldSyncUrl.



935
936
937
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 935

def shouldSyncUrl
  @shouldSyncUrl
end