Class: AdWords::V201008::BulkMutateJobService::ExemptionRequest

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

Overview

ExemptionRequest

  • key - AdWords::V201008::BulkMutateJobService::PolicyViolationKey

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ ExemptionRequest

Returns a new instance of ExemptionRequest.



3051
3052
3053
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3051

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



3049
3050
3051
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3049

def key
  @key
end