Class: AdWords::V201008::TargetingIdeaService::MonthlySearchVolumeAttribute
- Inherits:
-
Attribute
- Object
- Attribute
- AdWords::V201008::TargetingIdeaService::MonthlySearchVolumeAttribute
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
MonthlySearchVolumeAttribute
-
attribute_Type - SOAP::SOAPString
-
value - AdWords::V201008::TargetingIdeaService::MonthlySearchVolume
Instance Attribute Summary collapse
-
#attribute_Type ⇒ Object
Returns the value of attribute attribute_Type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(attribute_Type = nil, value = []) ⇒ MonthlySearchVolumeAttribute
constructor
A new instance of MonthlySearchVolumeAttribute.
Constructor Details
#initialize(attribute_Type = nil, value = []) ⇒ MonthlySearchVolumeAttribute
Returns a new instance of MonthlySearchVolumeAttribute.
1926 1927 1928 1929 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1926 def initialize(attribute_Type = nil, value = []) @attribute_Type = attribute_Type @value = value end |
Instance Attribute Details
#attribute_Type ⇒ Object
Returns the value of attribute attribute_Type.
1923 1924 1925 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1923 def attribute_Type @attribute_Type end |
#value ⇒ Object
Returns the value of attribute value.
1924 1925 1926 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1924 def value @value end |