Class: AdWords::V200909::AdGroupService::ApiException

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

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

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



709
710
711
712
713
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 709

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.



706
707
708
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 706

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



707
708
709
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 707

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



705
706
707
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 705

def message
  @message
end