Class: AdwordsApi::V200909::InfoService::NullError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords_api/v200909/InfoService.rb

Overview

NullError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::InfoService::NullErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NullError.



227
228
229
230
231
232
# File 'lib/adwords_api/v200909/InfoService.rb', line 227

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.



224
225
226
# File 'lib/adwords_api/v200909/InfoService.rb', line 224

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



222
223
224
# File 'lib/adwords_api/v200909/InfoService.rb', line 222

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



225
226
227
# File 'lib/adwords_api/v200909/InfoService.rb', line 225

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



223
224
225
# File 'lib/adwords_api/v200909/InfoService.rb', line 223

def trigger
  @trigger
end