Class: AdWords::V200909::AdGroupCriterionService::CriterionPolicyError
- Inherits:
-
PolicyViolationError
- Object
- ApiError
- PolicyViolationError
- AdWords::V200909::AdGroupCriterionService::CriterionPolicyError
- Defined in:
- lib/adwords4r/v200909/AdGroupCriterionService.rb
Overview
CriterionPolicyError
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
key - AdWords::V200909::AdGroupCriterionService::PolicyViolationKey
-
externalPolicyName - SOAP::SOAPString
-
externalPolicyUrl - SOAP::SOAPString
-
externalPolicyDescription - SOAP::SOAPString
-
isExemptable - SOAP::SOAPBoolean
-
violatingParts - AdWords::V200909::AdGroupCriterionService::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 = []) ⇒ CriterionPolicyError
constructor
A new instance of CriterionPolicyError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) ⇒ CriterionPolicyError
864 865 866 867 868 869 870 871 872 873 874 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 864 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.
856 857 858 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 856 def apiError_Type @apiError_Type end |
#externalPolicyDescription ⇒ Object
Returns the value of attribute externalPolicyDescription.
860 861 862 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 860 def externalPolicyDescription @externalPolicyDescription end |
#externalPolicyName ⇒ Object
Returns the value of attribute externalPolicyName.
858 859 860 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 858 def externalPolicyName @externalPolicyName end |
#externalPolicyUrl ⇒ Object
Returns the value of attribute externalPolicyUrl.
859 860 861 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 859 def externalPolicyUrl @externalPolicyUrl end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
854 855 856 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 854 def fieldPath @fieldPath end |
#isExemptable ⇒ Object
Returns the value of attribute isExemptable.
861 862 863 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 861 def isExemptable @isExemptable end |
#key ⇒ Object
Returns the value of attribute key.
857 858 859 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 857 def key @key end |
#trigger ⇒ Object
Returns the value of attribute trigger.
855 856 857 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 855 def trigger @trigger end |
#violatingParts ⇒ Object
Returns the value of attribute violatingParts.
862 863 864 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 862 def violatingParts @violatingParts end |