Class: AdWords::V201008::TargetingIdeaService::MonthlySearchVolumeAttribute

Inherits:
Attribute
  • Object
show all
Defined in:
lib/adwords4r/v201008/TargetingIdeaService.rb

Overview

MonthlySearchVolumeAttribute

  • attribute_Type - SOAP::SOAPString

  • value - AdWords::V201008::TargetingIdeaService::MonthlySearchVolume

Instance Attribute Summary collapse

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute attribute_Type.



1923
1924
1925
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1923

def attribute_Type
  @attribute_Type
end

#valueObject

Returns the value of attribute value.



1924
1925
1926
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1924

def value
  @value
end