Class: AdWords::V200909::TargetingIdeaService::AdGroupCriterionLimitExceeded

Inherits:
EntityCountLimitExceeded show all
Defined in:
lib/adwords4r/v200909/TargetingIdeaService.rb

Overview

AdGroupCriterionLimitExceeded

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::TargetingIdeaService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

  • limitType - AdWords::V200909::TargetingIdeaService::AdGroupCriterionLimitExceededCriteriaLimitType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupCriterionLimitExceeded.



658
659
660
661
662
663
664
665
666
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 658

def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @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.



652
653
654
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 652

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



654
655
656
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 654

def enclosingId
  @enclosingId
end

#fieldPathObject

Returns the value of attribute fieldPath.



650
651
652
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 650

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



655
656
657
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 655

def limit
  @limit
end

#limitTypeObject

Returns the value of attribute limitType.



656
657
658
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 656

def limitType
  @limitType
end

#reasonObject

Returns the value of attribute reason.



653
654
655
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 653

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



651
652
653
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 651

def trigger
  @trigger
end