class Bixby::Model::Agent
Public Class Methods
find(id)
click to toggle source
# File lib/bixby-client/model/agent.rb, line 11 def self.find(id) end
list()
click to toggle source
# File lib/bixby-client/model/agent.rb, line 7 def self.list get("/agents") end