Class: AdWords::V201008::TargetingIdeaService::Attribute
- Inherits:
-
Object
- Object
- AdWords::V201008::TargetingIdeaService::Attribute
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
Attribute abstract
-
attribute_Type - SOAP::SOAPString
Direct Known Subclasses
AdFormatSpecListAttribute, BooleanAttribute, DoubleAttribute, IdeaTypeAttribute, InStreamAdInfoAttribute, IntegerAttribute, IntegerSetAttribute, KeywordAttribute, LongAttribute, LongRangeAttribute, MoneyAttribute, MonthlySearchVolumeAttribute, PlacementAttribute, PlacementTypeAttribute, StringAttribute, WebpageDescriptorAttribute
Instance Attribute Summary collapse
-
#attribute_Type ⇒ Object
Returns the value of attribute attribute_Type.
Instance Method Summary collapse
-
#initialize(attribute_Type = nil) ⇒ Attribute
constructor
A new instance of Attribute.
Constructor Details
#initialize(attribute_Type = nil) ⇒ Attribute
Returns a new instance of Attribute.
1810 1811 1812 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1810 def initialize(attribute_Type = nil) @attribute_Type = attribute_Type end |
Instance Attribute Details
#attribute_Type ⇒ Object
Returns the value of attribute attribute_Type.
1808 1809 1810 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1808 def attribute_Type @attribute_Type end |