Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/mongocore/ext.rb

Overview

Extensions for ruby classes

Instance Attribute Summary collapse

Instance Attribute Details

#totalObject

Holds the total number of pagination results



6
7
8
# File 'lib/mongocore/ext.rb', line 6

def total
  @total
end