StringAttribute

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