Class: AdWords::V201003::CampaignAdExtensionService::ApiException

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

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

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



735
736
737
738
739
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 735

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.



732
733
734
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 732

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



733
734
735
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 733

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



731
732
733
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 731

def message
  @message
end