Class: Mongo::Protocol::Message

Inherits:
Object
  • Object
show all
Defined in:
lib/peek/views/mongo.rb

Overview

The Message class will keep track of count Nothing is overridden here, only an attribute for counting is added

Class Attribute Summary collapse

Class Attribute Details

.query_countObject

Returns the value of attribute query_count.



48
49
50
# File 'lib/peek/views/mongo.rb', line 48

def query_count
  @query_count
end