twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.36k stars 464 forks source link

fix: drop the page limit calculation #530

Closed childish-sambino closed 4 years ago

childish-sambino commented 4 years ago

Dropping the page limit calculation since it doesn't make sense to be calculated from a record limit.

Relates to https://github.com/twilio/twilio-python/pull/523