80 81 82 83 84 85 86
# File 'lib/wcc/api/base_query.rb', line 80 def size if total - offset < limit total - offset else limit end end