Class: Page

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shyftplan, path, page_number, per_page, options = {}) ⇒ Page

Returns a new instance of Page.



7
8
9
# File 'lib/shyftplan/page.rb', line 7

def initialize(shyftplan, path, page_number, per_page, options = {})
  @shyftplan = shyftplan
end

Class Method Details

.retrieve(*args) ⇒ Object



3
4
# File 'lib/shyftplan/page.rb', line 3

def retrieve(*args)
end

Instance Method Details

#retrieveObject



11
12
# File 'lib/shyftplan/page.rb', line 11

def retrieve
end