Class: YSM::KeywordService::UpdateForKeyword

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(iD = nil, accountID = nil, alternateText = nil, canonicalSearchText = nil, createTimestamp = nil, editorialStatus = nil, lastUpdateTimestamp = nil, phraseSearchText = nil, text = nil, url = nil) ⇒ UpdateForKeyword

Returns a new instance of UpdateForKeyword.



138
139
140
141
142
143
144
145
146
147
148
149
# File 'lib/ysm4r/v1/KeywordService.rb', line 138

def initialize(iD = nil, accountID = nil, alternateText = nil, canonicalSearchText = nil, createTimestamp = nil, editorialStatus = nil, lastUpdateTimestamp = nil, phraseSearchText = nil, text = nil, url = nil)
  @iD = iD
  @accountID = accountID
  @alternateText = alternateText
  @canonicalSearchText = canonicalSearchText
  @createTimestamp = createTimestamp
  @editorialStatus = editorialStatus
  @lastUpdateTimestamp = lastUpdateTimestamp
  @phraseSearchText = phraseSearchText
  @text = text
  @url = url
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



128
129
130
# File 'lib/ysm4r/v1/KeywordService.rb', line 128

def accountID
  @accountID
end

#alternateTextObject

Returns the value of attribute alternateText.



129
130
131
# File 'lib/ysm4r/v1/KeywordService.rb', line 129

def alternateText
  @alternateText
end

#canonicalSearchTextObject

Returns the value of attribute canonicalSearchText.



130
131
132
# File 'lib/ysm4r/v1/KeywordService.rb', line 130

def canonicalSearchText
  @canonicalSearchText
end

#createTimestampObject

Returns the value of attribute createTimestamp.



131
132
133
# File 'lib/ysm4r/v1/KeywordService.rb', line 131

def createTimestamp
  @createTimestamp
end

#editorialStatusObject

Returns the value of attribute editorialStatus.



132
133
134
# File 'lib/ysm4r/v1/KeywordService.rb', line 132

def editorialStatus
  @editorialStatus
end

#iDObject

Returns the value of attribute iD.



127
128
129
# File 'lib/ysm4r/v1/KeywordService.rb', line 127

def iD
  @iD
end

#lastUpdateTimestampObject

Returns the value of attribute lastUpdateTimestamp.



133
134
135
# File 'lib/ysm4r/v1/KeywordService.rb', line 133

def lastUpdateTimestamp
  @lastUpdateTimestamp
end

#phraseSearchTextObject

Returns the value of attribute phraseSearchText.



134
135
136
# File 'lib/ysm4r/v1/KeywordService.rb', line 134

def phraseSearchText
  @phraseSearchText
end

#textObject

Returns the value of attribute text.



135
136
137
# File 'lib/ysm4r/v1/KeywordService.rb', line 135

def text
  @text
end

#urlObject

Returns the value of attribute url.



136
137
138
# File 'lib/ysm4r/v1/KeywordService.rb', line 136

def url
  @url
end