Class: TFS::Projects
Constant Summary
Constants inherited from Queryable
Constants included from ClassHelpers
Class Method Summary collapse
-
.find(name) ⇒ Object
Projects can be found by name alone.
Methods inherited from Queryable
Methods included from ClassHelpers
#base_class, #method_name_from_class, #odata_class_from_method_name
Class Method Details
.find(name) ⇒ Object
Projects can be found by name alone
TFS::Projects.find("BFG")
16 17 18 |
# File 'lib/tfs/projects.rb', line 16 def find(name) TFS.projects(name).run.first end |