Class: DatabaseRecorder::ActiveRecord::RecordedResult

Inherits:
ActiveRecord::Result
  • Object
show all
Defined in:
lib/database_recorder/active_record/recorded_result.rb

Instance Method Summary collapse

Instance Method Details

#clearObject



12
# File 'lib/database_recorder/active_record/recorded_result.rb', line 12

def clear; end

#fmod(_index) ⇒ Object



14
15
16
# File 'lib/database_recorder/active_record/recorded_result.rb', line 14

def fmod(_index)
  -1
end

#ftype(_index) ⇒ Object



18
19
20
# File 'lib/database_recorder/active_record/recorded_result.rb', line 18

def ftype(_index)
  20
end