module Bidsketch
Constants
- VERSION
Public Class Methods
api_key()
click to toggle source
# File lib/bidsketch.rb, line 12 def api_key @api_key || ENV['BIDSKETCH_API_KEY'] end
api_key=(key)
click to toggle source
# File lib/bidsketch.rb, line 16 def api_key=(key) @api_key = key end