Class: AdWords::V201003::TargetingIdeaService::ApiException
- Inherits:
-
ApplicationException
- Object
- ApplicationException
- AdWords::V201003::TargetingIdeaService::ApiException
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
ApiException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
-
errors - AdWords::V201003::TargetingIdeaService::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.
1262 1263 1264 1265 1266 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1262 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.
1259 1260 1261 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1259 def applicationException_Type @applicationException_Type end |
#errors ⇒ Object
Returns the value of attribute errors.
1260 1261 1262 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1260 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message.
1258 1259 1260 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1258 def @message end |