Class: AdWords::V201003::BulkMutateJobService::ApiException
- Inherits:
-
ApplicationException
- Object
- ApplicationException
- AdWords::V201003::BulkMutateJobService::ApiException
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
ApiException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
-
errors - AdWords::V201003::BulkMutateJobService::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.
2248 2249 2250 2251 2252 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2248 def initialize( = nil, applicationException_Type = nil, errors = []) = @applicationException_Type = applicationException_Type @errors = errors end |
Instance Attribute Details
#applicationException_Type ⇒ Object
Returns the value of attribute applicationException_Type.
2245 2246 2247 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2245 def applicationException_Type @applicationException_Type end |
#errors ⇒ Object
Returns the value of attribute errors.
2246 2247 2248 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2246 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message.
2244 2245 2246 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2244 def end |