Class: Veye::Pagination::PaginationJSON
- Inherits:
-
Object
- Object
- Veye::Pagination::PaginationJSON
- Defined in:
- lib/veye/pagination/pagination_json.rb
Instance Method Summary collapse
Instance Method Details
#after ⇒ Object
5 |
# File 'lib/veye/pagination/pagination_json.rb', line 5 def after; end |
#before ⇒ Object
4 |
# File 'lib/veye/pagination/pagination_json.rb', line 4 def before; end |
#format(paging) ⇒ Object
7 8 9 |
# File 'lib/veye/pagination/pagination_json.rb', line 7 def format(paging) printf("%s\n", {'paging' => paging}.to_json) end |