id - SOAP::SOAPLong
criterion_Type - SOAP::SOAPString
url - SOAP::SOAPString
Methods
- N
Attributes
[RW] | id | |
[RW] | criterion_Type | |
[RW] | url |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignCriterionService.rb, line 136 136: def initialize(id = nil, criterion_Type = nil, url = nil) 137: @id = id 138: @criterion_Type = criterion_Type 139: @url = url 140: end