Class: AdWords::V201008::AdGroupAdService::ApiException
- Inherits:
-
ApplicationException
- Object
- ApplicationException
- AdWords::V201008::AdGroupAdService::ApiException
- Defined in:
- lib/adwords4r/v201008/AdGroupAdService.rb
Overview
ApiException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
-
errors - AdWords::V201008::AdGroupAdService::ApiError
Instance Attribute Summary collapse
-
#applicationException_Type ⇒ Object
Returns the value of attribute applicationException_Type.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = nil, applicationException_Type = nil, errors = []) ⇒ ApiException
constructor
A new instance of ApiException.
Constructor Details
#initialize(message = nil, applicationException_Type = nil, errors = []) ⇒ ApiException
Returns a new instance of ApiException.
1761 1762 1763 1764 1765 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1761 def initialize( = nil, applicationException_Type = nil, errors = []) @message = @applicationException_Type = applicationException_Type @errors = errors end |
Instance Attribute Details
#applicationException_Type ⇒ Object
Returns the value of attribute applicationException_Type.
1758 1759 1760 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1758 def applicationException_Type @applicationException_Type end |
#errors ⇒ Object
Returns the value of attribute errors.
1759 1760 1761 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1759 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message.
1757 1758 1759 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1757 def @message end |