Class: AdWords::V201003::AdGroupCriterionService::ApiException

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

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

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



1036
1037
1038
1039
1040
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1036

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.



1033
1034
1035
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1033

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



1034
1035
1036
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1034

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



1032
1033
1034
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1032

def message
  @message
end