class Braintree::PaginatedResult
Attributes
Public Class Methods
Source
# File lib/braintree/paginated_result.rb, line 9 def initialize(total_items, page_size, current_page) @total_items = total_items @current_page = current_page @page_size = page_size end