Class: AdWords::V201003::CampaignAdExtensionService::LocationSyncExtension
- Inherits:
-
AdExtension
- Object
- AdExtension
- AdWords::V201003::CampaignAdExtensionService::LocationSyncExtension
- 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
-
#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.
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_Type ⇒ Object
Returns the value of attribute adExtension_Type.
858 859 860 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 858 def adExtension_Type @adExtension_Type end |
#authToken ⇒ Object
Returns the value of attribute authToken.
860 861 862 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 860 def authToken @authToken end |
#email ⇒ Object
Returns the value of attribute email.
859 860 861 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 859 def email @email end |
#iconMediaId ⇒ Object
Returns the value of attribute iconMediaId.
861 862 863 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 861 def iconMediaId @iconMediaId end |
#id ⇒ Object
Returns the value of attribute id.
857 858 859 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 857 def id @id end |
#shouldSyncUrl ⇒ Object
Returns the value of attribute shouldSyncUrl.
862 863 864 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 862 def shouldSyncUrl @shouldSyncUrl end |