Class: AdwordsApi::V201008::BulkMutateJobService::BiddingTransitionError

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

Overview

BiddingTransitionError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201008::BulkMutateJobService::BiddingTransitionErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BiddingTransitionError.



1318
1319
1320
1321
1322
1323
1324
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1318

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.



1315
1316
1317
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1315

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



1314
1315
1316
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1314

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1312
1313
1314
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1312

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1316
1317
1318
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1316

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1313
1314
1315
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1313

def trigger
  @trigger
end