Class: AdWords::V201008::AdGroupAdService::ExemptionRequest

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

Overview

ExemptionRequest

  • key - AdWords::V201008::AdGroupAdService::PolicyViolationKey

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ ExemptionRequest

Returns a new instance of ExemptionRequest.



303
304
305
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 303

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



301
302
303
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 301

def key
  @key
end