Class: AdWords::V200909::AdGroupCriterionService::EntityCountLimitExceeded

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupCriterionService.rb

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::AdGroupCriterionService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

Direct Known Subclasses

AdGroupCriterionLimitExceeded

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of EntityCountLimitExceeded.



467
468
469
470
471
472
473
474
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 467

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



462
463
464
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 462

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



464
465
466
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 464

def enclosingId
  @enclosingId
end

#fieldPathObject

Returns the value of attribute fieldPath.



460
461
462
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 460

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



465
466
467
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 465

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



463
464
465
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 463

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



461
462
463
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 461

def trigger
  @trigger
end