Class: Faststep::Cursor
- Inherits:
-
Object
- Object
- Faststep::Cursor
- Includes:
- Enumerable
- Defined in:
- lib/faststep/cursor.rb,
ext/faststep/cursor.c
Instance Attribute Summary collapse
- #collection ⇒ Object readonly
Class Method Summary collapse
Instance Method Summary collapse
- #each ⇒ Object
- #explain ⇒ Object
- #fields ⇒ Object
- #initialize ⇒ Object constructor
- #limit ⇒ Object
- #order ⇒ Object
- #skip ⇒ Object
- #to_a ⇒ Object
Constructor Details
#initialize ⇒ Object
Instance Attribute Details
#collection ⇒ Object (readonly)
Class Method Details
.new ⇒ Object
Instance Method Details
#each ⇒ Object
#explain ⇒ Object
#fields ⇒ Object
#limit ⇒ Object
#order ⇒ Object
#skip ⇒ Object
#to_a ⇒ Object
3 4 5 |
# File 'lib/faststep/cursor.rb', line 3 def to_a super end |