Class: AdWords::V201008::TargetingIdeaService::ApiException

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

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

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



1310
1311
1312
1313
1314
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1310

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.



1307
1308
1309
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1307

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



1308
1309
1310
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1308

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



1306
1307
1308
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1306

def message
  @message
end