Class: AdWords::V201003::AdExtensionOverrideService::LocationSyncExtension
- Inherits:
-
AdExtension
- Object
- AdExtension
- AdWords::V201003::AdExtensionOverrideService::LocationSyncExtension
- 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
-
#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.
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_Type ⇒ Object
Returns the value of attribute adExtension_Type.
931 932 933 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 931 def adExtension_Type @adExtension_Type end |
#authToken ⇒ Object
Returns the value of attribute authToken.
933 934 935 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 933 def authToken @authToken end |
#email ⇒ Object
Returns the value of attribute email.
932 933 934 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 932 def email @email end |
#iconMediaId ⇒ Object
Returns the value of attribute iconMediaId.
934 935 936 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 934 def iconMediaId @iconMediaId end |
#id ⇒ Object
Returns the value of attribute id.
930 931 932 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 930 def id @id end |
#shouldSyncUrl ⇒ Object
Returns the value of attribute shouldSyncUrl.
935 936 937 |
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 935 def shouldSyncUrl @shouldSyncUrl end |