Class: AdWords::V200909::AdGroupAdService::ApiException

Inherits:
ApplicationException show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

ApiException

  • message - SOAP::SOAPString

  • applicationException_Type - SOAP::SOAPString

  • errors - AdWords::V200909::AdGroupAdService::ApiError

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, applicationException_Type = nil, errors = []) ⇒ ApiException

Returns a new instance of ApiException.



1598
1599
1600
1601
1602
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1598

def initialize(message = nil, applicationException_Type = nil, errors = [])
  @message = message
  @applicationException_Type = applicationException_Type
  @errors = errors
end

Instance Attribute Details

#applicationException_TypeObject

Returns the value of attribute applicationException_Type.



1595
1596
1597
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1595

def applicationException_Type
  @applicationException_Type
end

#errorsObject

Returns the value of attribute errors.



1596
1597
1598
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1596

def errors
  @errors
end

#messageObject

Returns the value of attribute message.



1594
1595
1596
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1594

def message
  @message
end