Class: AdWords::V201003::BidLandscapeService::ApiException

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

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

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



601
602
603
604
605
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 601

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.



598
599
600
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 598

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



599
600
601
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 599

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



597
598
599
# File 'lib/adwords4r/v201003/BidLandscapeService.rb', line 597

def message
  @message
end