Class: AdWords::V201003::AdGroupCriterionService::AdGroupCriterionLimitExceeded

Inherits:
EntityCountLimitExceeded show all
Defined in:
lib/adwords4r/v201003/AdGroupCriterionService.rb

Overview

AdGroupCriterionLimitExceeded

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201003::AdGroupCriterionService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

  • limitType - AdWords::V201003::AdGroupCriterionService::AdGroupCriterionLimitExceededCriteriaLimitType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil) ⇒ AdGroupCriterionLimitExceeded

Returns a new instance of AdGroupCriterionLimitExceeded.



523
524
525
526
527
528
529
530
531
532
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 523

def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @errorString = errorString
  @apiError_Type = apiError_Type
  @reason = reason
  @enclosingId = enclosingId
  @limit = limit
  @limitType = limitType
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



517
518
519
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 517

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



519
520
521
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 519

def enclosingId
  @enclosingId
end

#errorStringObject

Returns the value of attribute errorString.



516
517
518
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 516

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



514
515
516
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 514

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



520
521
522
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 520

def limit
  @limit
end

#limitTypeObject

Returns the value of attribute limitType.



521
522
523
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 521

def limitType
  @limitType
end

#reasonObject

Returns the value of attribute reason.



518
519
520
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 518

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



515
516
517
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 515

def trigger
  @trigger
end