Class: AdWords::V200909::AdGroupAdService::ExemptionRequest

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

Overview

ExemptionRequest

  • key - AdWords::V200909::AdGroupAdService::PolicyViolationKey

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ ExemptionRequest

Returns a new instance of ExemptionRequest.



316
317
318
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 316

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



314
315
316
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 314

def key
  @key
end