module MyinfoRuby

Constants

VERSION

Public Class Methods

new(config) click to toggle source
# File lib/myinfo_ruby.rb, line 6
def new config
  @client ||= MyinfoRuby::Client.new config
end