Class: AdCenterWrapper::EditorialError
- Inherits:
-
Object
- Object
- AdCenterWrapper::EditorialError
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8EditorialError
appealable - SOAP::SOAPBoolean
code - SOAP::SOAPInt
disapprovedText - SOAP::SOAPString
errorCode - SOAP::SOAPString
index - SOAP::SOAPInt
- SOAP::SOAPString
publisherCountry - SOAP::SOAPString
Instance Attribute Summary collapse
-
#appealable ⇒ Object
Returns the value of attribute appealable.
-
#code ⇒ Object
Returns the value of attribute code.
-
#disapprovedText ⇒ Object
Returns the value of attribute disapprovedText.
-
#errorCode ⇒ Object
Returns the value of attribute errorCode.
-
#index ⇒ Object
Returns the value of attribute index.
-
#message ⇒ Object
Returns the value of attribute message.
-
#publisherCountry ⇒ Object
Returns the value of attribute publisherCountry.
Instance Method Summary collapse
-
#initialize(appealable = nil, code = nil, disapprovedText = nil, errorCode = nil, index = nil, message = nil, publisherCountry = nil) ⇒ EditorialError
constructor
A new instance of EditorialError.
Constructor Details
permalink #initialize(appealable = nil, code = nil, disapprovedText = nil, errorCode = nil, index = nil, message = nil, publisherCountry = nil) ⇒ EditorialError
Returns a new instance of EditorialError.
167 168 169 170 171 172 173 174 175 |
# File 'lib/CampaignManagementService.rb', line 167 def initialize(appealable = nil, code = nil, disapprovedText = nil, errorCode = nil, index = nil, = nil, publisherCountry = nil) @appealable = appealable @code = code @disapprovedText = disapprovedText @errorCode = errorCode @index = index @message = @publisherCountry = publisherCountry end |
Instance Attribute Details
permalink #appealable ⇒ Object
Returns the value of attribute appealable.
159 160 161 |
# File 'lib/CampaignManagementService.rb', line 159 def appealable @appealable end |
permalink #code ⇒ Object
Returns the value of attribute code.
160 161 162 |
# File 'lib/CampaignManagementService.rb', line 160 def code @code end |
permalink #disapprovedText ⇒ Object
Returns the value of attribute disapprovedText.
161 162 163 |
# File 'lib/CampaignManagementService.rb', line 161 def disapprovedText @disapprovedText end |
permalink #errorCode ⇒ Object
Returns the value of attribute errorCode.
162 163 164 |
# File 'lib/CampaignManagementService.rb', line 162 def errorCode @errorCode end |
permalink #index ⇒ Object
Returns the value of attribute index.
163 164 165 |
# File 'lib/CampaignManagementService.rb', line 163 def index @index end |
permalink #message ⇒ Object
Returns the value of attribute message.
164 165 166 |
# File 'lib/CampaignManagementService.rb', line 164 def @message end |
permalink #publisherCountry ⇒ Object
Returns the value of attribute publisherCountry.
165 166 167 |
# File 'lib/CampaignManagementService.rb', line 165 def publisherCountry @publisherCountry end |