Sha256: 4c13ce8171515535af88c18c8c494e69b86ba7aa9ec4d42ad827c772bb838b2f

Contents?: true

Size: 166 Bytes

Versions: 7

Compression:

Stored size: 166 Bytes

Contents

module Bixby
  module Model

    class Command < Base

      def self.list
        get("/commands")
      end

      def self.find(id)
      end

    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bixby-client-0.5.3 lib/bixby-client/model/command.rb
bixby-client-0.5.2 lib/bixby-client/model/command.rb
bixby-client-0.5.1 lib/bixby-client/model/command.rb
bixby-client-0.5.0 lib/bixby-client/model/command.rb
bixby-client-0.4.1 lib/bixby-client/model/command.rb
bixby-client-0.4.0 lib/bixby-client/model/command.rb
bixby-client-0.3.0 lib/bixby-client/model/command.rb