Method: Easymongo::Query#fields
- Defined in:
- lib/easymongo/query.rb
#fields(data, d = {}) ⇒ Object
Fields
65 66 67 |
# File 'lib/easymongo/query.rb', line 65 def fields(data, d = {}) g!(d); s[:cursor] = cursor.projection(data); self end |