Class: Folio::Page::DecoratedArray

Inherits:
Decorator
  • Object
show all
Defined in:
lib/folio/page.rb

Instance Attribute Summary

Attributes included from Folio::Page

#current_page, #first_page, #next_page, #ordinal_pages, #previous_page, #total_entries

Instance Method Summary collapse

Methods included from Folio::Page

create, decorate, #last_page, #last_page=, #total_pages

Methods included from Folio::PerPage

#default_per_page, #per_page

Constructor Details

#initializeDecoratedArray

Returns a new instance of DecoratedArray.



72
73
74
# File 'lib/folio/page.rb', line 72

def initialize
  super []
end