Class: AdWords::V200909::BulkMutateJobService::ApiException
- Inherits:
-
ApplicationException
- Object
- ApplicationException
- AdWords::V200909::BulkMutateJobService::ApiException
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
ApiException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
-
errors - AdWords::V200909::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.
1844 1845 1846 1847 1848 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1844 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.
1841 1842 1843 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1841 def applicationException_Type @applicationException_Type end |
#errors ⇒ Object
Returns the value of attribute errors.
1842 1843 1844 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1842 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message.
1840 1841 1842 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1840 def end |