Class: AdwordsApi::V200909::BulkMutateJobService::BulkMutateJobError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords_api/v200909/BulkMutateJobService.rb

Overview

BulkMutateJobError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::BulkMutateJobService::BulkMutateJobErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BulkMutateJobError.



905
906
907
908
909
910
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 905

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



902
903
904
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 902

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



900
901
902
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 900

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



903
904
905
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 903

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



901
902
903
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 901

def trigger
  @trigger
end