Class: AdWords::V201003::BulkMutateJobService::ExemptionRequest

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

Overview

ExemptionRequest

  • key - AdWords::V201003::BulkMutateJobService::PolicyViolationKey

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ ExemptionRequest

Returns a new instance of ExemptionRequest.



2672
2673
2674
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2672

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2670
2671
2672
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2670

def key
  @key
end