Method: Moped::Query#select
- Defined in:
- lib/moped/query.rb
#select(select) ⇒ Query
Set the fields to include or exclude from the query.
369 370 371 372 |
# File 'lib/moped/query.rb', line 369 def select(select) operation.fields = select self end |