Class: AdwordsApi::V201008::ServicedAccountService::ApiException

Inherits:
ApplicationException show all
Defined in:
lib/adwords_api/v201008/ServicedAccountService.rb

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

  • errors - AdwordsApi::V201008::ServicedAccountService::ApiError

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, applicationException_Type = nil, errors = []) ⇒ ApiException

Returns a new instance of ApiException.



390
391
392
393
394
# File 'lib/adwords_api/v201008/ServicedAccountService.rb', line 390

def initialize(message = nil, applicationException_Type = nil, errors = [])
  @message = message
  @applicationException_Type = applicationException_Type
  @errors = errors
end

Instance Attribute Details

#applicationException_TypeObject

Returns the value of attribute applicationException_Type.



387
388
389
# File 'lib/adwords_api/v201008/ServicedAccountService.rb', line 387

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



388
389
390
# File 'lib/adwords_api/v201008/ServicedAccountService.rb', line 388

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



386
387
388
# File 'lib/adwords_api/v201008/ServicedAccountService.rb', line 386

def message
  @message
end