class TFS::Changesets

Public Class Methods

find(id) click to toggle source

Changeset can be found by id alone

TFS::Changeset.find(123)
# File lib/tfs/changesets.rb, line 12
def find(id)
  TFS.changesets(id).run.first
end