Class: AdWords::V200909::TargetingIdeaService::ApplicationException

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/TargetingIdeaService.rb

Overview

ApplicationException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

Direct Known Subclasses

ApiException

Instance Attribute Summary collapse

Instance Method Summary collapse

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(message = nil, applicationException_Type = nil)
  @message = message
  @applicationException_Type = applicationException_Type
end

Instance Attribute Details

#applicationException_TypeObject

Returns the value of attribute applicationException_Type.



1084
1085
1086
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1084

def applicationException_Type
  @applicationException_Type
end

#messageObject

Returns the value of attribute message.



1083
1084
1085
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1083

def message
  @message
end