Class: AdWords::V201008::AdGroupAdService::AdUnionId

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/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.



218
219
220
221
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 218

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.



216
217
218
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 216

def adUnionId_Type
  @adUnionId_Type
end

#idObject

Returns the value of attribute id.



215
216
217
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 215

def id
  @id
end