Class: AdWords::V200909::TargetingIdeaService::MonthlySearchVolume

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/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.



1216
1217
1218
1219
1220
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1216

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.



1214
1215
1216
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1214

def count
  @count
end

#monthObject

Returns the value of attribute month.



1213
1214
1215
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1213

def month
  @month
end

#yearObject

Returns the value of attribute year.



1212
1213
1214
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1212

def year
  @year
end