Range
Methods
- N
Attributes
[RW] | min | |
[RW] | max |
Class Public methods
Source: show
# File lib/adwords4r/v200909/TargetingIdeaService.rb, line 1244 def initialize(min = nil, max = nil) @min = min @max = max end