Module
T::Collectable
In:
lib/t/collectable.rb
Methods
collect_with_count
collect_with_cursor
collect_with_max_id
collect_with_number
collect_with_per_page
collect_with_rpp
Constants
MAX_NUM_RESULTS
=
200
Public Instance methods
collect_with_count
(count, &block)
collect_with_cursor
(collection=[], cursor=-1) {|cursor| ...}
collect_with_max_id
(collection=[], max_id=nil) {|max_id| ...}
collect_with_number
(number, key) {|opts| ...}
collect_with_per_page
(per_page, &block)
collect_with_rpp
(rpp, &block)
[Validate]