Method: OrientSupport::OrientQuery#get_limit
- Defined in:
- lib/support/orientquery.rb
#get_limit ⇒ Object
:nodoc:
580 581 582 |
# File 'lib/support/orientquery.rb', line 580 def get_limit # :nodoc: @q[:limit].nil? ? -1 : @q[:limit].to_i end |