Class: AdWords::V201003::BulkMutateJobService::NewEntityCreationError

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

Overview

NewEntityCreationError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201003::BulkMutateJobService::NewEntityCreationErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) ⇒ NewEntityCreationError

Returns a new instance of NewEntityCreationError.



1565
1566
1567
1568
1569
1570
1571
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1565

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



1562
1563
1564
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1562

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



1561
1562
1563
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1561

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1559
1560
1561
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1559

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1563
1564
1565
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1563

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1560
1561
1562
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1560

def trigger
  @trigger
end