GeneralScripting / pipedrive-ruby

31 stars 148 forks source link

Add `absolutely_all` short-hand method #18

Open ryanfaerman opened 10 years ago

ryanfaerman commented 10 years ago

I'm finding myself frequently needing entire datasets and invoking the all method as .all(nil, {}, true) which is obtuse.

I've provided a simple method with those options predefined to provide clarity to my codebase.