Method: LOM::Mapper#all

Defined in:
lib/lom/mapper.rb

#all(&rawfilter) ⇒ Array<Object>

Retrieve matching data as a list of object

Returns:

  • (Array<Object>)


309
310
311
# File 'lib/lom/mapper.rb', line 309

def all(&rawfilter)
    each(:object, rawfilter: rawfilter).to_a
end