Class: AdwordsApi::V201008::BidLandscapeService::ApiException

Inherits:
ApplicationException show all
Defined in:
lib/adwords_api/v201008/BidLandscapeService.rb

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

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



639
640
641
642
643
# File 'lib/adwords_api/v201008/BidLandscapeService.rb', line 639

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.



636
637
638
# File 'lib/adwords_api/v201008/BidLandscapeService.rb', line 636

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



637
638
639
# File 'lib/adwords_api/v201008/BidLandscapeService.rb', line 637

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



635
636
637
# File 'lib/adwords_api/v201008/BidLandscapeService.rb', line 635

def message
  @message
end