Class: YSM::KeywordService::SetKeywordUrl

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywordID = nil, url = nil) ⇒ SetKeywordUrl

Returns a new instance of SetKeywordUrl.



481
482
483
484
# File 'lib/ysm4r/v2/KeywordService.rb', line 481

def initialize(keywordID = nil, url = nil)
  @keywordID = keywordID
  @url = url
end

Instance Attribute Details

#keywordIDObject

Returns the value of attribute keywordID.



478
479
480
# File 'lib/ysm4r/v2/KeywordService.rb', line 478

def keywordID
  @keywordID
end

#urlObject

Returns the value of attribute url.



479
480
481
# File 'lib/ysm4r/v2/KeywordService.rb', line 479

def url
  @url
end