Class: AdWords::V200909::AdGroupCriterionService::ApiException
- Inherits:
-
ApplicationException
- Object
- ApplicationException
- AdWords::V200909::AdGroupCriterionService::ApiException
- Defined in:
- lib/adwords4r/v200909/AdGroupCriterionService.rb
Overview
ApiException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
-
errors - AdWords::V200909::AdGroupCriterionService::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.
899 900 901 902 903 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 899 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.
896 897 898 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 896 def applicationException_Type @applicationException_Type end |
#errors ⇒ Object
Returns the value of attribute errors.
897 898 899 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 897 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message.
895 896 897 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 895 def @message end |