Class: AdWords::V200909::TargetingIdeaService::Attribute
- Inherits:
-
Object
- Object
- AdWords::V200909::TargetingIdeaService::Attribute
- Defined in:
- lib/adwords4r/v200909/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.
1499 1500 1501 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1499 def initialize(attribute_Type = nil) @attribute_Type = attribute_Type end |
Instance Attribute Details
#attribute_Type ⇒ Object
Returns the value of attribute attribute_Type.
1497 1498 1499 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1497 def attribute_Type @attribute_Type end |