attribute_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | attribute_Type | |
[RW] | value |
Class Public methods
Source: show
# File lib/adwords4r/v200909/TargetingIdeaService.rb, line 1680 1680: def initialize(attribute_Type = nil, value = nil) 1681: @attribute_Type = attribute_Type 1682: @value = value 1683: end