Class: AdCenterWrapper::EditorialReason
- Inherits:
-
Object
- Object
- AdCenterWrapper::EditorialReason
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7EditorialReason
location - AdCenterWrapper::AdComponent
reasonCode - SOAP::SOAPInt
term - SOAP::SOAPString
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#reasonCode ⇒ Object
Returns the value of attribute reasonCode.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Method Summary collapse
-
#initialize(location = nil, reasonCode = nil, term = nil) ⇒ EditorialReason
constructor
A new instance of EditorialReason.
Constructor Details
#initialize(location = nil, reasonCode = nil, term = nil) ⇒ EditorialReason
Returns a new instance of EditorialReason.
303 304 305 306 307 |
# File 'lib/adcenter_wrapper_entities.rb', line 303 def initialize(location = nil, reasonCode = nil, term = nil) @location = location @reasonCode = reasonCode @term = term end |
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location.
299 300 301 |
# File 'lib/adcenter_wrapper_entities.rb', line 299 def location @location end |
#reasonCode ⇒ Object
Returns the value of attribute reasonCode.
300 301 302 |
# File 'lib/adcenter_wrapper_entities.rb', line 300 def reasonCode @reasonCode end |
#term ⇒ Object
Returns the value of attribute term.
301 302 303 |
# File 'lib/adcenter_wrapper_entities.rb', line 301 def term @term end |