module HylaFAX
Constants
- VERSION
Public Class Methods
faxstat(*opts)
click to toggle source
# File lib/hylafax.rb, line 14 def self.faxstat(*opts) FaxStat.new(*opts).run end
sendfax(*opts)
click to toggle source
# File lib/hylafax.rb, line 10 def self.sendfax(*opts) SendFax.new(*opts).run end