Class: TrackerApi::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/git-start/plugins/pivotal.rb

Overview

TrackerApi does not support saving yet

Instance Method Summary collapse

Instance Method Details

#put(path, options = {}) ⇒ Object



5
6
7
# File 'lib/git-start/plugins/pivotal.rb', line 5

def put(path, options = {})
  request(:put, parse_query_and_convenience_headers(path, options))
end