Methods
N
Attributes
[RW] min
[RW] max
Class Public methods
new(min = nil, max = nil)
      # File lib/adwords4r/v200909/TargetingIdeaService.rb, line 1243
1243:   def initialize(min = nil, max = nil)
1244:     @min = min
1245:     @max = max
1246:   end