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
62 63 64 |
# File 'lib/debci/app.rb', line 62 def current_page @current_page end |
#pages ⇒ Object
Returns the value of attribute pages
62 63 64 |
# File 'lib/debci/app.rb', line 62 def pages @pages end |
#records ⇒ Object
Returns the value of attribute records
62 63 64 |
# File 'lib/debci/app.rb', line 62 def records @records end |
#total_pages ⇒ Object
Returns the value of attribute total_pages
62 63 64 |
# File 'lib/debci/app.rb', line 62 def total_pages @total_pages end |
#total_records ⇒ Object
Returns the value of attribute total_records
62 63 64 |
# File 'lib/debci/app.rb', line 62 def total_records @total_records end |