Class: AdWords::V200909::BulkMutateJobService::ExemptionRequest
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::ExemptionRequest
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
ExemptionRequest
-
key - AdWords::V200909::BulkMutateJobService::PolicyViolationKey
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(key = nil) ⇒ ExemptionRequest
constructor
A new instance of ExemptionRequest.
Constructor Details
#initialize(key = nil) ⇒ ExemptionRequest
Returns a new instance of ExemptionRequest.
2243 2244 2245 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2243 def initialize(key = nil) @key = key end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
2241 2242 2243 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2241 def key @key end |