Method: PLOS::Client#all

Defined in:
lib/plos/client.rb

#all(start = 0, rows = 50) ⇒ Object



14
15
16
# File 'lib/plos/client.rb', line 14

def all(start=0, rows=50)
  search("*:*", start, rows)
end