Class: YSM::ExcludedWordsService::GetExcludedWordsByAccountID
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::GetExcludedWordsByAccountID
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2getExcludedWordsByAccountID
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
Instance Method Summary collapse
-
#initialize(accountID = nil) ⇒ GetExcludedWordsByAccountID
constructor
A new instance of GetExcludedWordsByAccountID.
Constructor Details
#initialize(accountID = nil) ⇒ GetExcludedWordsByAccountID
Returns a new instance of GetExcludedWordsByAccountID.
225 226 227 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 225 def initialize(accountID = nil) @accountID = accountID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
223 224 225 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 223 def accountID @accountID end |