Class: AdWords::V200909::AdGroupAdService::AdUnionId

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

AdUnionId

  • id - SOAP::SOAPLong

  • adUnionId_Type - SOAP::SOAPString

Direct Known Subclasses

TempAdUnionId

Instance Attribute Summary collapse

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute adUnionId_Type.



229
230
231
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 229

def adUnionId_Type
  @adUnionId_Type
end

#idObject

Returns the value of attribute id.



228
229
230
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 228

def id
  @id
end