Module: EFax
- Defined in:
- lib/efax/inbound.rb,
lib/efax/version.rb,
lib/efax/outbound.rb,
lib/efax/helpers/inbound_helpers.rb
Defined Under Namespace
Modules: Helpers Classes: InboundPostRequest, InboundPostStatus, OutboundRequest, OutboundResponse, OutboundStatus, OutboundStatusResponse, QueryStatus, Request, RequestStatus
Constant Summary collapse
- VERSION =
"1.4.2"
- 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'}