Class: AdWords::V201003::BulkMutateJobService::AdExtension
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::AdExtension
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
AdExtension
-
id - SOAP::SOAPLong
-
adExtension_Type - SOAP::SOAPString
Direct Known Subclasses
LocationExtension, LocationSyncExtension, MobileExtension, SitelinksExtension
Instance Attribute Summary collapse
-
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, adExtension_Type = nil) ⇒ AdExtension
constructor
A new instance of AdExtension.
Constructor Details
#initialize(id = nil, adExtension_Type = nil) ⇒ AdExtension
Returns a new instance of AdExtension.
447 448 449 450 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 447 def initialize(id = nil, adExtension_Type = nil) @id = id @adExtension_Type = adExtension_Type end |
Instance Attribute Details
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
445 446 447 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 445 def adExtension_Type @adExtension_Type end |
#id ⇒ Object
Returns the value of attribute id.
444 445 446 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 444 def id @id end |