class Pagy::Keyset::Sequel

def keyset_attributes_from(record) = record.to_hash.slice(*@keyset.keys)

Get the keyset attributes from the record
def keyset_attributes_from(record) = record.to_hash.slice(*@keyset.keys)