Module: Tenk
- Defined in:
- lib/tenk.rb
Overview
An API wrapper gem for the 10k Plans API
Class Method Summary collapse
-
.new(options = {}, &block) ⇒ Object
Make a new Tenk client.
Class Method Details
.new(options = {}, &block) ⇒ Object
Make a new Tenk client
7 8 9 |
# File 'lib/tenk.rb', line 7 def new( = {}, &block) Client.new(, &block) end |