Method: LabClient::ProjectMethods#file

Defined in:
lib/labclient/projects/methods.rb

#file(file_path, ref = :master, kind = nil) ⇒ Object

Files



324
325
326
# File 'lib/labclient/projects/methods.rb', line 324

def file(file_path, ref = :master, kind = nil)
  client.files.show(id, file_path, ref, kind)
end