Class: AdWords::V200909::AdParamService::AdParamPolicyError
- Inherits:
-
PolicyViolationError
- Object
- ApiError
- PolicyViolationError
- AdWords::V200909::AdParamService::AdParamPolicyError
- Defined in:
- lib/adwords4r/v200909/AdParamService.rb
Overview
AdParamPolicyError
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
key - AdWords::V200909::AdParamService::PolicyViolationKey
-
externalPolicyName - SOAP::SOAPString
-
externalPolicyUrl - SOAP::SOAPString
-
externalPolicyDescription - SOAP::SOAPString
-
isExemptable - SOAP::SOAPBoolean
-
violatingParts - AdWords::V200909::AdParamService::PolicyViolationErrorPart
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#externalPolicyDescription ⇒ Object
Returns the value of attribute externalPolicyDescription.
-
#externalPolicyName ⇒ Object
Returns the value of attribute externalPolicyName.
-
#externalPolicyUrl ⇒ Object
Returns the value of attribute externalPolicyUrl.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#isExemptable ⇒ Object
Returns the value of attribute isExemptable.
-
#key ⇒ Object
Returns the value of attribute key.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
-
#violatingParts ⇒ Object
Returns the value of attribute violatingParts.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) ⇒ AdParamPolicyError
constructor
A new instance of AdParamPolicyError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) ⇒ AdParamPolicyError
Returns a new instance of AdParamPolicyError.
546 547 548 549 550 551 552 553 554 555 556 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 546 def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) @fieldPath = fieldPath @trigger = trigger @apiError_Type = apiError_Type @key = key @externalPolicyName = externalPolicyName @externalPolicyUrl = externalPolicyUrl @externalPolicyDescription = externalPolicyDescription @isExemptable = isExemptable @violatingParts = violatingParts end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
538 539 540 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 538 def apiError_Type @apiError_Type end |
#externalPolicyDescription ⇒ Object
Returns the value of attribute externalPolicyDescription.
542 543 544 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 542 def externalPolicyDescription @externalPolicyDescription end |
#externalPolicyName ⇒ Object
Returns the value of attribute externalPolicyName.
540 541 542 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 540 def externalPolicyName @externalPolicyName end |
#externalPolicyUrl ⇒ Object
Returns the value of attribute externalPolicyUrl.
541 542 543 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 541 def externalPolicyUrl @externalPolicyUrl end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
536 537 538 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 536 def fieldPath @fieldPath end |
#isExemptable ⇒ Object
Returns the value of attribute isExemptable.
543 544 545 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 543 def isExemptable @isExemptable end |
#key ⇒ Object
Returns the value of attribute key.
539 540 541 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 539 def key @key end |
#trigger ⇒ Object
Returns the value of attribute trigger.
537 538 539 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 537 def trigger @trigger end |
#violatingParts ⇒ Object
Returns the value of attribute violatingParts.
544 545 546 |
# File 'lib/adwords4r/v200909/AdParamService.rb', line 544 def violatingParts @violatingParts end |