Class: AdWords::V201003::BulkMutateJobService::RequestError

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

Overview

RequestError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201003::BulkMutateJobService::RequestErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RequestError.



1959
1960
1961
1962
1963
1964
1965
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1959

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.



1956
1957
1958
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1956

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



1955
1956
1957
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1955

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1953
1954
1955
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1953

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1957
1958
1959
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1957

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1954
1955
1956
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1954

def trigger
  @trigger
end