Class: AdWords::V200909::CampaignAdExtensionService::ApiException
- Inherits:
-
ApplicationException
- Object
- ApplicationException
- AdWords::V200909::CampaignAdExtensionService::ApiException
- Defined in:
- lib/adwords4r/v200909/CampaignAdExtensionService.rb
Overview
ApiException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
-
errors - AdWords::V200909::CampaignAdExtensionService::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.
622 623 624 625 626 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 622 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.
619 620 621 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 619 def applicationException_Type @applicationException_Type end |
#errors ⇒ Object
Returns the value of attribute errors.
620 621 622 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 620 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message.
618 619 620 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 618 def @message end |