Class: AdWords::V201008::ReportDefinitionService::ApiException
- Inherits:
-
ApplicationException
- Object
- ApplicationException
- AdWords::V201008::ReportDefinitionService::ApiException
- Defined in:
- lib/adwords4r/v201008/ReportDefinitionService.rb
Overview
ApiException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
-
errors - AdWords::V201008::ReportDefinitionService::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.
608 609 610 611 612 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 608 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.
605 606 607 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 605 def applicationException_Type @applicationException_Type end |
#errors ⇒ Object
Returns the value of attribute errors.
606 607 608 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 606 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message.
604 605 606 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 604 def @message end |