Class: AdwordsApi::V201008::GeoLocationService::ApiException

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

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

  • errors - AdwordsApi::V201008::GeoLocationService::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.



545
546
547
548
549
# File 'lib/adwords_api/v201008/GeoLocationService.rb', line 545

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.



542
543
544
# File 'lib/adwords_api/v201008/GeoLocationService.rb', line 542

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



543
544
545
# File 'lib/adwords_api/v201008/GeoLocationService.rb', line 543

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



541
542
543
# File 'lib/adwords_api/v201008/GeoLocationService.rb', line 541

def message
  @message
end