Class: AdWords::V200909::AdGroupAdService::AdUnionId
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupAdService::AdUnionId
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
AdUnionId
-
id - SOAP::SOAPLong
-
adUnionId_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adUnionId_Type ⇒ Object
Returns the value of attribute adUnionId_Type.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, adUnionId_Type = nil) ⇒ AdUnionId
constructor
A new instance of AdUnionId.
Constructor Details
#initialize(id = nil, adUnionId_Type = nil) ⇒ AdUnionId
Returns a new instance of AdUnionId.
231 232 233 234 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 231 def initialize(id = nil, adUnionId_Type = nil) @id = id @adUnionId_Type = adUnionId_Type end |
Instance Attribute Details
#adUnionId_Type ⇒ Object
Returns the value of attribute adUnionId_Type.
229 230 231 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 229 def adUnionId_Type @adUnionId_Type end |
#id ⇒ Object
Returns the value of attribute id.
228 229 230 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 228 def id @id end |