Class: AdWords::V200909::AdParamService::AdParamPolicyError

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

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 = []) ⇒ 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_TypeObject

Returns the value of attribute apiError_Type.



538
539
540
# File 'lib/adwords4r/v200909/AdParamService.rb', line 538

def apiError_Type
  @apiError_Type
end

#externalPolicyDescriptionObject

Returns the value of attribute externalPolicyDescription.



542
543
544
# File 'lib/adwords4r/v200909/AdParamService.rb', line 542

def externalPolicyDescription
  @externalPolicyDescription
end

#externalPolicyNameObject

Returns the value of attribute externalPolicyName.



540
541
542
# File 'lib/adwords4r/v200909/AdParamService.rb', line 540

def externalPolicyName
  @externalPolicyName
end

#externalPolicyUrlObject

Returns the value of attribute externalPolicyUrl.



541
542
543
# File 'lib/adwords4r/v200909/AdParamService.rb', line 541

def externalPolicyUrl
  @externalPolicyUrl
end

#fieldPathObject

Returns the value of attribute fieldPath.



536
537
538
# File 'lib/adwords4r/v200909/AdParamService.rb', line 536

def fieldPath
  @fieldPath
end

#isExemptableObject

Returns the value of attribute isExemptable.



543
544
545
# File 'lib/adwords4r/v200909/AdParamService.rb', line 543

def isExemptable
  @isExemptable
end

#keyObject

Returns the value of attribute key.



539
540
541
# File 'lib/adwords4r/v200909/AdParamService.rb', line 539

def key
  @key
end

#triggerObject

Returns the value of attribute trigger.



537
538
539
# File 'lib/adwords4r/v200909/AdParamService.rb', line 537

def trigger
  @trigger
end

#violatingPartsObject

Returns the value of attribute violatingParts.



544
545
546
# File 'lib/adwords4r/v200909/AdParamService.rb', line 544

def violatingParts
  @violatingParts
end