Sha256: e6010c1b09c6db051cb434abef010fcc0fdc671405169d27f6bae55bb9e11ded

Contents?: true

Size: 132 Bytes

Versions: 1

Compression:

Stored size: 132 Bytes

Contents

module Velocity
  module Api
    class Team < Velocity::Api::Base
      def fetch
        get("/teams")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velocity_client_ruby-0.3.0 lib/velocity/api/team.rb