Method: Stripe::V2::ListObject#reverse_each

Defined in:
lib/stripe/v2_list_object.rb

#reverse_each(&blk) ⇒ Object

Iterates through each resource in the page represented by the current ListObject in reverse.



41
42
43
# File 'lib/stripe/v2_list_object.rb', line 41

def reverse_each(&blk)
  data.reverse_each(&blk)
end