Class: AdWords::V200909::GeoLocationService::ApiException
- Inherits:
-
ApplicationException
- Object
- ApplicationException
- AdWords::V200909::GeoLocationService::ApiException
- Defined in:
- lib/adwords4r/v200909/GeoLocationService.rb
Overview
ApiException
-
message - SOAP::SOAPString
-
applicationException_Type - SOAP::SOAPString
-
errors - AdWords::V200909::GeoLocationService::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.
460 461 462 463 464 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 460 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.
457 458 459 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 457 def applicationException_Type @applicationException_Type end |
#errors ⇒ Object
Returns the value of attribute errors.
458 459 460 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 458 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message.
456 457 458 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 456 def @message end |