Class: String

Inherits:
Object show all
Defined in:
lib/arel/visitors/simpledb.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



122
123
124
# File 'lib/arel/visitors/simpledb.rb', line 122

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



121
122
123
# File 'lib/arel/visitors/simpledb.rb', line 121

def offset
  @offset
end