Class: AdWords::V200909::AdGroupAdService::PolicyViolationKey
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupAdService::PolicyViolationKey
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
PolicyViolationKey
-
policyName - SOAP::SOAPString
-
violatingText - SOAP::SOAPString
Instance Attribute Summary collapse
-
#policyName ⇒ Object
Returns the value of attribute policyName.
-
#violatingText ⇒ Object
Returns the value of attribute violatingText.
Instance Method Summary collapse
-
#initialize(policyName = nil, violatingText = nil) ⇒ PolicyViolationKey
constructor
A new instance of PolicyViolationKey.
Constructor Details
#initialize(policyName = nil, violatingText = nil) ⇒ PolicyViolationKey
Returns a new instance of PolicyViolationKey.
145 146 147 148 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 145 def initialize(policyName = nil, violatingText = nil) @policyName = policyName @violatingText = violatingText end |
Instance Attribute Details
#policyName ⇒ Object
Returns the value of attribute policyName.
142 143 144 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 142 def policyName @policyName end |
#violatingText ⇒ Object
Returns the value of attribute violatingText.
143 144 145 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 143 def violatingText @violatingText end |