Method: ForestLiana::ResourcesGetter#records

Defined in:
app/services/forest_liana/resources_getter.rb

#recordsObject



14
15
16
# File 'app/services/forest_liana/resources_getter.rb', line 14

def records
  @records.offset(offset).limit(limit).to_a
end