Class: AdWords::V200909::BulkMutateJobService::IdError

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

Overview

IdError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::BulkMutateJobService::IdErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IdError.



1183
1184
1185
1186
1187
1188
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1183

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.



1180
1181
1182
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1180

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



1178
1179
1180
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1178

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1181
1182
1183
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1181

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1179
1180
1181
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1179

def trigger
  @trigger
end