module KSequencing
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/k_sequencing.rb, line 18 def client Client.new end
image_choice()
click to toggle source
# File lib/k_sequencing.rb, line 30 def image_choice ImageChoice.new end
image_closed_question()
click to toggle source
# File lib/k_sequencing.rb, line 22 def image_closed_question ImageClosedQuestion.new end
image_message()
click to toggle source
# File lib/k_sequencing.rb, line 34 def image_message ImageMessage.new end
image_photo_tag()
click to toggle source
# File lib/k_sequencing.rb, line 26 def image_photo_tag ImagePhotoTag.new end
prediction()
click to toggle source
# File lib/k_sequencing.rb, line 38 def prediction Prediction.new end
setup() { |self| ... }
click to toggle source
# File lib/k_sequencing.rb, line 14 def setup yield self end