module RandomApi

Constants

VERSION

Public Class Methods

client(options={}) click to toggle source
# File lib/randomapi.rb, line 10
def self.client(options={})
  RandomApi::Client.new(options)
end