Class: AdWords::V201008::CampaignCriterionService::EntityCountLimitExceeded
- Inherits:
-
ApiError
- Object
- ApiError
- AdWords::V201008::CampaignCriterionService::EntityCountLimitExceeded
- Defined in:
- lib/adwords4r/v201008/CampaignCriterionService.rb
Overview
EntityCountLimitExceeded abstract
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
errorString - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
reason - AdWords::V201008::CampaignCriterionService::EntityCountLimitExceededReason
-
enclosingId - SOAP::SOAPString
-
limit - SOAP::SOAPInt
Direct Known Subclasses
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.
-
#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) ⇒ EntityCountLimitExceeded
constructor
A new instance of EntityCountLimitExceeded.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) ⇒ EntityCountLimitExceeded
250 251 252 253 254 255 256 257 258 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 250 def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) @fieldPath = fieldPath @trigger = trigger @errorString = errorString @apiError_Type = apiError_Type @reason = reason @enclosingId = enclosingId @limit = limit end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
245 246 247 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 245 def apiError_Type @apiError_Type end |
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
247 248 249 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 247 def enclosingId @enclosingId end |
#errorString ⇒ Object
Returns the value of attribute errorString.
244 245 246 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 244 def errorString @errorString end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
242 243 244 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 242 def fieldPath @fieldPath end |
#limit ⇒ Object
Returns the value of attribute limit.
248 249 250 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 248 def limit @limit end |
#reason ⇒ Object
Returns the value of attribute reason.
246 247 248 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 246 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
243 244 245 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 243 def trigger @trigger end |