A page of results.
Sections
Methods
- N
Class Public methods
new(total_count, records)
Link
Source: show
# File lib/plaid/institution.rb, line 171 def initialize(total_count, records) @total_count = total_count super records end
Public
Attributes
[R] | total_count | The total number of institutions in all pages |