Class: AdWords::V200909::CampaignCriterionService::EntityCountLimitExceeded

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

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::CampaignCriterionService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

Direct Known Subclasses

CampaignCriterionLimitExceeded

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.



207
208
209
210
211
212
213
214
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 207

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.



202
203
204
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 202

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



204
205
206
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 204

def enclosingId
  @enclosingId
end

#fieldPathObject

Returns the value of attribute fieldPath.



200
201
202
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 200

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



205
206
207
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 205

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



203
204
205
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 203

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



201
202
203
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 201

def trigger
  @trigger
end