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