Module: Phaxio::Resources
- Included in:
- Phaxio
- Defined in:
- lib/phaxio/resources.rb,
lib/phaxio/resources/ata.rb,
lib/phaxio/resources/fax.rb,
lib/phaxio/resources/public.rb,
lib/phaxio/resources/account.rb,
lib/phaxio/resources/webhook.rb,
lib/phaxio/resources/callback.rb,
lib/phaxio/resources/phax_code.rb,
lib/phaxio/resources/port_order.rb,
lib/phaxio/resources/port_number.rb,
lib/phaxio/resources/phone_number.rb,
lib/phaxio/resources/fax_recipient.rb,
lib/phaxio/resources/public/country.rb,
lib/phaxio/resources/port_number_note.rb,
lib/phaxio/resources/public/area_code.rb
Overview
This module contains all Phaxio Resource classes. These have already been included into the Phaxio namespace, so you can write Phaxio::Fax instead of Phaxio::Resources::Fax. If that’s still too verbose, you can ‘include Phaxio::Resources` to pull only these in.
Defined Under Namespace
Modules: Public Classes: Account, Ata, Callback, Fax, FaxRecipient, PhaxCode, PhoneNumber, PortNumber, PortNumberNote, PortOrder, Webhook