class Bixby::Model::Command

Public Class Methods

find(id) click to toggle source
# File lib/bixby-client/model/command.rb, line 11
def self.find(id)
end
list() click to toggle source
# File lib/bixby-client/model/command.rb, line 7
def self.list
  get("/commands")
end