Class: AdWords::V201008::TrafficEstimatorService::ApiException

Inherits:
ApplicationException show all
Defined in:
lib/adwords4r/v201008/TrafficEstimatorService.rb

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

  • errors - AdWords::V201008::TrafficEstimatorService::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.



1159
1160
1161
1162
1163
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1159

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.



1156
1157
1158
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1156

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



1157
1158
1159
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1157

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



1155
1156
1157
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1155

def message
  @message
end