module Restcomm module REST module NumberType class Local < ListResource def initialize(path, client) @path, @client = path, client @instance_class = Restcomm::REST::IncomingPhoneNumber @list_key, @instance_id_key = 'incoming_phone_numbers', 'sid' end end end end end