Module: EFax
- Defined in:
- lib/efax.rb
Defined Under Namespace
Classes: OutboundRequest, OutboundResponse, OutboundStatus, OutboundStatusResponse, QueryStatus, Request, RequestStatus
Constant Summary collapse
- Url =
URL of eFax web service
"https://secure.efaxdeveloper.com/EFax_WebFax.serv"
- Uri =
URI of eFax web service
URI.parse(Url)
- HEADERS =
Prefered content type
{'Content-Type' => 'text/xml'}