Method: LabClient::Branch#commit

Defined in:
lib/labclient/branches/branch.rb

#commitObject



11
12
13
# File 'lib/labclient/branches/branch.rb', line 11

def commit
  Commit.new(@table[:commit], response, client)
end