Class: Debci::App::Page
- Inherits:
-
Struct
- Object
- Struct
- Debci::App::Page
- Defined in:
- lib/debci/app.rb
Instance Attribute Summary collapse
-
#current_page ⇒ Object
Returns the value of attribute current_page.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#records ⇒ Object
Returns the value of attribute records.
-
#total_pages ⇒ Object
Returns the value of attribute total_pages.
-
#total_records ⇒ Object
Returns the value of attribute total_records.
Instance Attribute Details
#current_page ⇒ Object
Returns the value of attribute current_page
66 67 68 |
# File 'lib/debci/app.rb', line 66 def current_page @current_page end |
#pages ⇒ Object
Returns the value of attribute pages
66 67 68 |
# File 'lib/debci/app.rb', line 66 def pages @pages end |
#records ⇒ Object
Returns the value of attribute records
66 67 68 |
# File 'lib/debci/app.rb', line 66 def records @records end |
#total_pages ⇒ Object
Returns the value of attribute total_pages
66 67 68 |
# File 'lib/debci/app.rb', line 66 def total_pages @total_pages end |
#total_records ⇒ Object
Returns the value of attribute total_records
66 67 68 |
# File 'lib/debci/app.rb', line 66 def total_records @total_records end |