Class: AdWords::V200909::BulkMutateJobService::AdExtension
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::AdExtension
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
AdExtension
-
id - SOAP::SOAPLong
-
adExtension_Type - SOAP::SOAPString
Direct Known Subclasses
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.
324 325 326 327 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 324 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.
322 323 324 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 322 def adExtension_Type @adExtension_Type end |
#id ⇒ Object
Returns the value of attribute id.
321 322 323 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 321 def id @id end |