Class: AdWords::V201003::CampaignAdExtensionService::ApplicationException
- Inherits:
-
Object
- Object
- AdWords::V201003::CampaignAdExtensionService::ApplicationException
- Defined in:
- lib/adwords4r/v201003/CampaignAdExtensionService.rb
Overview
ApplicationException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#applicationException_Type ⇒ Object
Returns the value of attribute applicationException_Type.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = nil, applicationException_Type = nil) ⇒ ApplicationException
constructor
A new instance of ApplicationException.
Constructor Details
#initialize(message = nil, applicationException_Type = nil) ⇒ ApplicationException
Returns a new instance of ApplicationException.
720 721 722 723 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 720 def initialize( = nil, applicationException_Type = nil) @message = @applicationException_Type = applicationException_Type end |
Instance Attribute Details
#applicationException_Type ⇒ Object
Returns the value of attribute applicationException_Type.
718 719 720 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 718 def applicationException_Type @applicationException_Type end |
#message ⇒ Object
Returns the value of attribute message.
717 718 719 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 717 def @message end |