Class: AdWords::V201008::BulkMutateJobService::FrequencyCap

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

Overview

FrequencyCap

  • impressions - SOAP::SOAPLong

  • timeUnit - AdWords::V201008::BulkMutateJobService::TimeUnit

  • level - AdWords::V201008::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.



3065
3066
3067
3068
3069
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3065

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.



3061
3062
3063
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3061

def impressions
  @impressions
end

#levelObject

Returns the value of attribute level.



3063
3064
3065
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3063

def level
  @level
end

#timeUnitObject

Returns the value of attribute timeUnit.



3062
3063
3064
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3062

def timeUnit
  @timeUnit
end