Class: AdWords::V201008::TargetingIdeaService::MonthlySearchVolume

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

Overview

MonthlySearchVolume

  • year - SOAP::SOAPInt

  • month - SOAP::SOAPInt

  • count - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#countObject

Returns the value of attribute count.



1493
1494
1495
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1493

def count
  @count
end

#monthObject

Returns the value of attribute month.



1492
1493
1494
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1492

def month
  @month
end

#yearObject

Returns the value of attribute year.



1491
1492
1493
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1491

def year
  @year
end