Class: YSM::KeywordService::GetKeyword

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(keywordID = nil) ⇒ GetKeyword

Returns a new instance of GetKeyword.



574
575
576
# File 'lib/ysm4r/v1/KeywordService.rb', line 574

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

Instance Attribute Details

#keywordIDObject

Returns the value of attribute keywordID.



572
573
574
# File 'lib/ysm4r/v1/KeywordService.rb', line 572

def keywordID
  @keywordID
end