module Phishin::Client

Constants

VERSION

Public Instance Methods

new(opts={}) click to toggle source

Wrapper for {::Phishin::Client::Client#initialize}.

# File lib/phishin/client.rb, line 19
def new(opts={})
  Phishin::Client::Client.new(opts)
end