Class: AdWords::V201003::AdGroupService::ApiException

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

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

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



834
835
836
837
838
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 834

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.



831
832
833
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 831

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



832
833
834
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 832

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



830
831
832
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 830

def message
  @message
end