Class: YSM::AdService::GetEditorialReasonText
- Inherits:
-
Object
- Object
- YSM::AdService::GetEditorialReasonText
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2getEditorialReasonText
Instance Attribute Summary collapse
-
#editorialReasonCode ⇒ Object
Returns the value of attribute editorialReasonCode.
-
#locale ⇒ Object
Returns the value of attribute locale.
Instance Method Summary collapse
-
#initialize(editorialReasonCode = nil, locale = nil) ⇒ GetEditorialReasonText
constructor
A new instance of GetEditorialReasonText.
Constructor Details
#initialize(editorialReasonCode = nil, locale = nil) ⇒ GetEditorialReasonText
Returns a new instance of GetEditorialReasonText.
517 518 519 520 |
# File 'lib/ysm4r/v1/AdService.rb', line 517 def initialize(editorialReasonCode = nil, locale = nil) @editorialReasonCode = editorialReasonCode @locale = locale end |
Instance Attribute Details
#editorialReasonCode ⇒ Object
Returns the value of attribute editorialReasonCode.
514 515 516 |
# File 'lib/ysm4r/v1/AdService.rb', line 514 def editorialReasonCode @editorialReasonCode end |
#locale ⇒ Object
Returns the value of attribute locale.
515 516 517 |
# File 'lib/ysm4r/v1/AdService.rb', line 515 def locale @locale end |