Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/mongocore/ext.rb
Overview
Extensions for ruby classes
Instance Attribute Summary collapse
-
#total ⇒ Object
Holds the total number of pagination results.
Instance Attribute Details
#total ⇒ Object
Holds the total number of pagination results
6 7 8 |
# File 'lib/mongocore/ext.rb', line 6 def total @total end |