Class: AdWords::V201008::TargetingIdeaService::MonthlySearchVolume
- Inherits:
-
Object
- Object
- AdWords::V201008::TargetingIdeaService::MonthlySearchVolume
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
MonthlySearchVolume
-
year - SOAP::SOAPInt
-
month - SOAP::SOAPInt
-
count - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#month ⇒ Object
Returns the value of attribute month.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Method Summary collapse
-
#initialize(year = nil, month = nil, count = nil) ⇒ MonthlySearchVolume
constructor
A new instance of MonthlySearchVolume.
Constructor Details
#initialize(year = nil, month = nil, count = nil) ⇒ MonthlySearchVolume
Returns a new instance of MonthlySearchVolume.
1495 1496 1497 1498 1499 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1495 def initialize(year = nil, month = nil, count = nil) @year = year @month = month @count = count end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
1493 1494 1495 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1493 def count @count end |
#month ⇒ Object
Returns the value of attribute month.
1492 1493 1494 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1492 def month @month end |
#year ⇒ Object
Returns the value of attribute year.
1491 1492 1493 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1491 def year @year end |