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/AdGroupCriterionService.rb, line 255 255: def initialize(id = nil, criterion_Type = nil, url = nil) 256: @id = id 257: @criterion_Type = criterion_Type 258: @url = url 259: end