Class: AdWords::V201003::BulkMutateJobService::EntityCountLimitExceeded

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201003::BulkMutateJobService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of EntityCountLimitExceeded.



1319
1320
1321
1322
1323
1324
1325
1326
1327
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1319

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_TypeObject

Returns the value of attribute apiError_Type.



1314
1315
1316
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1314

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



1316
1317
1318
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1316

def enclosingId
  @enclosingId
end

#errorStringObject

Returns the value of attribute errorString.



1313
1314
1315
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1313

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1311
1312
1313
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1311

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



1317
1318
1319
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1317

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



1315
1316
1317
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1315

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1312
1313
1314
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1312

def trigger
  @trigger
end