Methods
N
Attributes
[RW] attribute_Type
[RW] value
Class Public methods
new(attribute_Type = nil, value = [])
      # File lib/adwords4r/v200909/TargetingIdeaService.rb, line 1615
1615:   def initialize(attribute_Type = nil, value = [])
1616:     @attribute_Type = attribute_Type
1617:     @value = value
1618:   end