Class: AdWords::V201003::AdGroupAdService::ApiException

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

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

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



1756
1757
1758
1759
1760
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1756

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.



1753
1754
1755
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1753

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



1754
1755
1756
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1754

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



1752
1753
1754
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 1752

def message
  @message
end