Class: AdWords::V201003::BulkMutateJobService::AdUnionId
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::AdUnionId
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.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.
860 861 862 863 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 860 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.
858 859 860 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 858 def adUnionId_Type @adUnionId_Type end |
#id ⇒ Object
Returns the value of attribute id.
857 858 859 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 857 def id @id end |