Method: EFax::Helpers::InboundHelpers#efax_inbound_post

Defined in:
lib/efax/helpers/inbound_helpers.rb

#efax_inbound_post(options = {}) ⇒ Object



7
8
9
# File 'lib/efax/helpers/inbound_helpers.rb', line 7

def efax_inbound_post(options = {})
  EFax::InboundPostRequest.receive_by_xml(efax_inbound_post_xml(options))
end