Class: Geet::Github::Branch
- Inherits:
-
Object
- Object
- Geet::Github::Branch
- Extended by:
- T::Sig
- Defined in:
- lib/geet/github/branch.rb
Class Method Summary collapse
Class Method Details
.delete(name, api_interface) ⇒ Object
12 13 14 15 16 |
# File 'lib/geet/github/branch.rb', line 12 def self.delete(name, api_interface) api_path = "git/refs/heads/#{name}" api_interface.send_request(api_path, http_method: :delete) end |