Class: AdWords::V200909::TargetingIdeaService::ApplicationException
- Inherits:
-
Object
- Object
- AdWords::V200909::TargetingIdeaService::ApplicationException
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.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.
1086 1087 1088 1089 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1086 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.
1084 1085 1086 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1084 def applicationException_Type @applicationException_Type end |
#message ⇒ Object
Returns the value of attribute message.
1083 1084 1085 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1083 def @message end |