Sha256: ea5df08ddd004f01f3d987e8e138ec22abf28f47e5ff45398ab5c2243a762096

Contents?: true

Size: 227 Bytes

Versions: 1

Compression:

Stored size: 227 Bytes

Contents

module Wod
  class InvalidCredentials < RuntimeError; end
  class NoTeamSelected < RuntimeError
    attr_reader :teams
    def initialize(teams)
      @teams = teams
    end
  end
end

require 'wod/client'
require 'wod/command'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wod-0.0.2 lib/wod.rb