Class: YSM::ExcludedWordsService::ExcludedWord
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::ExcludedWord
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2ExcludedWord
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
-
#createTimestamp ⇒ Object
Returns the value of attribute createTimestamp.
-
#deleteTimestamp ⇒ Object
Returns the value of attribute deleteTimestamp.
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#phraseSearchText ⇒ Object
Returns the value of attribute phraseSearchText.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(iD = nil, accountID = nil, adGroupID = nil, createTimestamp = nil, deleteTimestamp = nil, phraseSearchText = nil, text = nil) ⇒ ExcludedWord
constructor
A new instance of ExcludedWord.
Constructor Details
#initialize(iD = nil, accountID = nil, adGroupID = nil, createTimestamp = nil, deleteTimestamp = nil, phraseSearchText = nil, text = nil) ⇒ ExcludedWord
Returns a new instance of ExcludedWord.
20 21 22 23 24 25 26 27 28 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 20 def initialize(iD = nil, accountID = nil, adGroupID = nil, createTimestamp = nil, deleteTimestamp = nil, phraseSearchText = nil, text = nil) @iD = iD @accountID = accountID @adGroupID = adGroupID @createTimestamp = createTimestamp @deleteTimestamp = deleteTimestamp @phraseSearchText = phraseSearchText @text = text end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
13 14 15 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 13 def accountID @accountID end |
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
14 15 16 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 14 def adGroupID @adGroupID end |
#createTimestamp ⇒ Object
Returns the value of attribute createTimestamp.
15 16 17 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 15 def createTimestamp @createTimestamp end |
#deleteTimestamp ⇒ Object
Returns the value of attribute deleteTimestamp.
16 17 18 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 16 def deleteTimestamp @deleteTimestamp end |
#iD ⇒ Object
Returns the value of attribute iD.
12 13 14 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 12 def iD @iD end |
#phraseSearchText ⇒ Object
Returns the value of attribute phraseSearchText.
17 18 19 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 17 def phraseSearchText @phraseSearchText end |
#text ⇒ Object
Returns the value of attribute text.
18 19 20 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 18 def text @text end |