Class: TwilioResource::TollFreeIncomingPhoneNumber

Inherits:
IncomingPhoneNumber show all
Defined in:
lib/twilio_resource/toll_free_incoming_phone_number.rb

Overview

Represents a Twilio-controlled toll-free phone number that can receive incoming phone calls. If there are no numbers available in the specified area code, #save will throw a TwilioResource::NoPhoneNumbersFoundException. Documentation is at www.twilio.com/docs/api/2008-08-01/rest/incoming-phone-numbers

Class Method Summary collapse

Methods inherited from Base

collection_path, custom_method_collection_url, element_name, element_path, query_string, #save

Class Method Details

.collection_nameObject



10
11
12
# File 'lib/twilio_resource/toll_free_incoming_phone_number.rb', line 10

def self.collection_name
  'TollFree'
end