Sha256: 842230f6ea08453e14aeff3294c469cdf1c246b86ae809e088e3091d90fb6020
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
require 'net/ftp' require 'digest/md5' require 'hylafax/version' require 'hylafax/command' require 'hylafax/send_fax' require 'hylafax/fax_stat' module HylaFAX def self.sendfax(*opts) SendFax.new(*opts).run end def self.faxstat(*opts) FaxStat.new(*opts).run end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hylafax-0.4.0 | lib/hylafax.rb |
hylafax-0.3.1 | lib/hylafax.rb |
hylafax-0.3.0 | lib/hylafax.rb |
hylafax-0.2.1 | lib/hylafax.rb |
hylafax-0.2.0 | lib/hylafax.rb |