Method: TentClient::Post#head

Defined in:
lib/tent-client/post.rb

#headObject



8
9
10
# File 'lib/tent-client/post.rb', line 8

def head
  self.class.new(client, :request_method => :head)
end