Class: AdWords::V201008::AdExtensionOverrideService::LocationSyncExtension
- Inherits:
-
AdExtension
- Object
- AdExtension
- AdWords::V201008::AdExtensionOverrideService::LocationSyncExtension
- 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
-
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
-
#authToken ⇒ Object
Returns the value of attribute authToken.
-
#email ⇒ Object
Returns the value of attribute email.
-
#iconMediaId ⇒ Object
Returns the value of attribute iconMediaId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#shouldSyncUrl ⇒ Object
Returns the value of attribute shouldSyncUrl.
Instance Method Summary collapse
-
#initialize(id = nil, adExtension_Type = nil, email = nil, authToken = nil, iconMediaId = nil, shouldSyncUrl = nil) ⇒ LocationSyncExtension
constructor
A new instance of LocationSyncExtension.
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_Type ⇒ Object
Returns the value of attribute adExtension_Type.
1007 1008 1009 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1007 def adExtension_Type @adExtension_Type end |
#authToken ⇒ Object
Returns the value of attribute authToken.
1009 1010 1011 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1009 def authToken @authToken end |
#email ⇒ Object
Returns the value of attribute email.
1008 1009 1010 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1008 def email @email end |
#iconMediaId ⇒ Object
Returns the value of attribute iconMediaId.
1010 1011 1012 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1010 def iconMediaId @iconMediaId end |
#id ⇒ Object
Returns the value of attribute id.
1006 1007 1008 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1006 def id @id end |
#shouldSyncUrl ⇒ Object
Returns the value of attribute shouldSyncUrl.
1011 1012 1013 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 1011 def shouldSyncUrl @shouldSyncUrl end |