Class: AdWords::V200909::BulkMutateJobService::FrequencyCap

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

FrequencyCap

  • impressions - SOAP::SOAPLong

  • timeUnit - AdWords::V200909::BulkMutateJobService::TimeUnit

  • level - AdWords::V200909::BulkMutateJobService::Level

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(impressions = nil, timeUnit = nil, level = nil) ⇒ FrequencyCap

Returns a new instance of FrequencyCap.



2257
2258
2259
2260
2261
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2257

def initialize(impressions = nil, timeUnit = nil, level = nil)
  @impressions = impressions
  @timeUnit = timeUnit
  @level = level
end

Instance Attribute Details

#impressionsObject

Returns the value of attribute impressions.



2253
2254
2255
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2253

def impressions
  @impressions
end

#levelObject

Returns the value of attribute level.



2255
2256
2257
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2255

def level
  @level
end

#timeUnitObject

Returns the value of attribute timeUnit.



2254
2255
2256
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2254

def timeUnit
  @timeUnit
end