Method: TentClient::Post#initialize

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

#initialize(client, options = {}) ⇒ Post

Returns a new instance of Post.



4
5
6
# File 'lib/tent-client/post.rb', line 4

def initialize(client, options = {})
  @client, @request_method = client, options.delete(:request_method)
end