Class: AdWords::V200909::AdGroupCriterionService::ExemptionRequest

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

Overview

ExemptionRequest

  • key - AdWords::V200909::AdGroupCriterionService::PolicyViolationKey

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ ExemptionRequest

Returns a new instance of ExemptionRequest.



219
220
221
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 219

def initialize(key = nil)
  @key = key
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



217
218
219
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 217

def key
  @key
end