Class: AdWords::V200909::BulkMutateJobService::InternalApiError

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

Overview

InternalApiError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::BulkMutateJobService::InternalApiErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalApiError.



1221
1222
1223
1224
1225
1226
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1221

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.



1218
1219
1220
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1218

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



1216
1217
1218
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1216

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1219
1220
1221
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1219

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1217
1218
1219
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1217

def trigger
  @trigger
end