account_id, account_id=, password, password=, user, user=
162 163 164 165 166 167 168
# File 'lib/efax.rb', line 162 def self.post(doc_id) data = params(xml(doc_id)) response = Net::HTTPS.start(EFax::Uri.host, EFax::Uri.port) do |https| https.post(EFax::Uri.path, data, EFax::HEADERS) end OutboundStatusResponse.new(response) end