Class: String
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit.
122 123 124 |
# File 'lib/arel/visitors/simpledb.rb', line 122 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
121 122 123 |
# File 'lib/arel/visitors/simpledb.rb', line 121 def offset @offset end |