Class: AdWords::V201003::AdGroupAdService::ExemptionRequest

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

Overview

ExemptionRequest

  • key - AdWords::V201003::AdGroupAdService::PolicyViolationKey

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ ExemptionRequest

Returns a new instance of ExemptionRequest.



313
314
315
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 313

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



311
312
313
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 311

def key
  @key
end