Class: AdwordsApi::V201003::MediaService::ApiException

Inherits:
ApplicationException show all
Defined in:
lib/adwords_api/v201003/MediaService.rb

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

  • errors - AdwordsApi::V201003::MediaService::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.



643
644
645
646
647
# File 'lib/adwords_api/v201003/MediaService.rb', line 643

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.



640
641
642
# File 'lib/adwords_api/v201003/MediaService.rb', line 640

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



641
642
643
# File 'lib/adwords_api/v201003/MediaService.rb', line 641

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



639
640
641
# File 'lib/adwords_api/v201003/MediaService.rb', line 639

def message
  @message
end