Class: YSM::ExcludedWordsService::ExcludedWord

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



13
14
15
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 13

def accountID
  @accountID
end

#adGroupIDObject

Returns the value of attribute adGroupID.



14
15
16
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 14

def adGroupID
  @adGroupID
end

#createTimestampObject

Returns the value of attribute createTimestamp.



15
16
17
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 15

def createTimestamp
  @createTimestamp
end

#deleteTimestampObject

Returns the value of attribute deleteTimestamp.



16
17
18
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 16

def deleteTimestamp
  @deleteTimestamp
end

#iDObject

Returns the value of attribute iD.



12
13
14
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 12

def iD
  @iD
end

#phraseSearchTextObject

Returns the value of attribute phraseSearchText.



17
18
19
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 17

def phraseSearchText
  @phraseSearchText
end

#textObject

Returns the value of attribute text.



18
19
20
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 18

def text
  @text
end