Class: AdWords::V200909::AdGroupCriterionService::CriterionPolicyError

Inherits:
PolicyViolationError show all
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

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute apiError_Type.



856
857
858
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 856

def apiError_Type
  @apiError_Type
end

#externalPolicyDescriptionObject

Returns the value of attribute externalPolicyDescription.



860
861
862
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 860

def externalPolicyDescription
  @externalPolicyDescription
end

#externalPolicyNameObject

Returns the value of attribute externalPolicyName.



858
859
860
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 858

def externalPolicyName
  @externalPolicyName
end

#externalPolicyUrlObject

Returns the value of attribute externalPolicyUrl.



859
860
861
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 859

def externalPolicyUrl
  @externalPolicyUrl
end

#fieldPathObject

Returns the value of attribute fieldPath.



854
855
856
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 854

def fieldPath
  @fieldPath
end

#isExemptableObject

Returns the value of attribute isExemptable.



861
862
863
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 861

def isExemptable
  @isExemptable
end

#keyObject

Returns the value of attribute key.



857
858
859
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 857

def key
  @key
end

#triggerObject

Returns the value of attribute trigger.



855
856
857
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 855

def trigger
  @trigger
end

#violatingPartsObject

Returns the value of attribute violatingParts.



862
863
864
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 862

def violatingParts
  @violatingParts
end