Class: Skala::Adapter::GetRecords::Result

Inherits:
Operation::Result show all
Includes:
Enumerable
Defined in:
lib/skala/adapter/get_records/result.rb

Defined Under Namespace

Classes: Record

Instance Method Summary collapse

Instance Method Details

#eachObject



25
26
27
# File 'lib/skala/adapter/get_records/result.rb', line 25

def each
  block_given? ? records.each { |_element| yield _element } : records.each
end