Class: AdWords::V201003::AdGroupCriterionService::AdGroupCriterionLimitExceeded
- Inherits:
-
EntityCountLimitExceeded
- Object
- ApiError
- EntityCountLimitExceeded
- AdWords::V201003::AdGroupCriterionService::AdGroupCriterionLimitExceeded
- 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
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
-
#errorString ⇒ Object
Returns the value of attribute errorString.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#limitType ⇒ Object
Returns the value of attribute limitType.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil) ⇒ AdGroupCriterionLimitExceeded
constructor
A new instance of AdGroupCriterionLimitExceeded.
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_Type ⇒ Object
Returns the value of attribute apiError_Type.
517 518 519 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 517 def apiError_Type @apiError_Type end |
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
519 520 521 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 519 def enclosingId @enclosingId end |
#errorString ⇒ Object
Returns the value of attribute errorString.
516 517 518 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 516 def errorString @errorString end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
514 515 516 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 514 def fieldPath @fieldPath end |
#limit ⇒ Object
Returns the value of attribute limit.
520 521 522 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 520 def limit @limit end |
#limitType ⇒ Object
Returns the value of attribute limitType.
521 522 523 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 521 def limitType @limitType end |
#reason ⇒ Object
Returns the value of attribute reason.
518 519 520 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 518 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
515 516 517 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 515 def trigger @trigger end |