Class: Arango::Cursor

Inherits:
Object
  • Object
show all
Defined in:
lib/arango/cursor.rb

Overview

Arango Cursor

  • not implemented -

Instance Method Summary collapse

Instance Method Details

#all_countObject



52
53
54
# File 'lib/arango/cursor.rb', line 52

def all_count
  # get_count
end

#all_match?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/arango/cursor.rb', line 36

def all_match?

end

#any_match?Boolean

Returns:

  • (Boolean)


32
33
34
# File 'lib/arango/cursor.rb', line 32

def any_match?

end

#countObject



56
57
58
# File 'lib/arango/cursor.rb', line 56

def count

end

#eachObject



20
21
22
# File 'lib/arango/cursor.rb', line 20

def each

end

#filterObject



28
29
30
# File 'lib/arango/cursor.rb', line 28

def filter

end

#firstObject



16
17
18
# File 'lib/arango/cursor.rb', line 16

def first

end

#has_next?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/arango/cursor.rb', line 8

def has_next?

end

#injectObject



44
45
46
# File 'lib/arango/cursor.rb', line 44

def inject

end

#is_cached?Boolean

Returns:

  • (Boolean)


68
69
70
# File 'lib/arango/cursor.rb', line 68

def is_cached?

end

#mapObject



24
25
26
# File 'lib/arango/cursor.rb', line 24

def map

end

#nextObject



12
13
14
# File 'lib/arango/cursor.rb', line 12

def next

end

#none_match?Boolean

Returns:

  • (Boolean)


40
41
42
# File 'lib/arango/cursor.rb', line 40

def none_match?

end

#remaining_as_listObject



48
49
50
# File 'lib/arango/cursor.rb', line 48

def remaining_as_list

end

#statsObject



60
61
62
# File 'lib/arango/cursor.rb', line 60

def stats

end

#warningsObject



64
65
66
# File 'lib/arango/cursor.rb', line 64

def warnings

end