Class: YSM::ExcludedWordsService::GetExcludedWordsByAccountID

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb

Overview

http://marketing.ews.yahooapis.com/V2getExcludedWordsByAccountID

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



223
224
225
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 223

def accountID
  @accountID
end