Class: AdWords::V201008::BulkMutateJobService::RegionCodeError
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
RegionCodeError
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
errorString - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
reason - AdWords::V201008::BulkMutateJobService::RegionCodeErrorReason
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#errorString ⇒ Object
Returns the value of attribute errorString.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) ⇒ RegionCodeError
constructor
A new instance of RegionCodeError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) ⇒ RegionCodeError
Returns a new instance of RegionCodeError.
2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2161 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_Type ⇒ Object
Returns the value of attribute apiError_Type.
2158 2159 2160 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2158 def apiError_Type @apiError_Type end |
#errorString ⇒ Object
Returns the value of attribute errorString.
2157 2158 2159 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2157 def errorString @errorString end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
2155 2156 2157 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2155 def fieldPath @fieldPath end |
#reason ⇒ Object
Returns the value of attribute reason.
2159 2160 2161 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2159 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
2156 2157 2158 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2156 def trigger @trigger end |