module Lushao

Constants

VERSION

Public Instance Methods

new(key) click to toggle source
# File lib/lushao.rb, line 7
def new(key)
  Api.new(key)
end