Class: AdWords::V201003::ReportDefinitionService::ApiException

Inherits:
ApplicationException show all
Defined in:
lib/adwords4r/v201003/ReportDefinitionService.rb

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

  • errors - AdWords::V201003::ReportDefinitionService::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.



555
556
557
558
559
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 555

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.



552
553
554
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 552

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



553
554
555
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 553

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



551
552
553
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 551

def message
  @message
end