Module: Tenk

Defined in:
lib/tenk.rb

Overview

An API wrapper gem for the 10k Plans API

Class Method Summary collapse

Class Method Details

.new(options = {}, &block) ⇒ Object

Make a new Tenk client



7
8
9
# File 'lib/tenk.rb', line 7

def new(options = {}, &block)
  Client.new(options, &block)
end