Class: AdWords::V201008::AdGroupCriterionService::ExemptionRequest
- Inherits:
-
Object
- Object
- AdWords::V201008::AdGroupCriterionService::ExemptionRequest
- Defined in:
- lib/adwords4r/v201008/AdGroupCriterionService.rb
Overview
ExemptionRequest
-
key - AdWords::V201008::AdGroupCriterionService::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.
229 230 231 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 229 def initialize(key = nil) @key = key end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
227 228 229 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 227 def key @key end |