Class: Mihari::Structs::Rule::SearchFilterWithPagination

Inherits:
SearchFilter
  • Object
show all
Defined in:
lib/mihari/structs/rule.rb

Instance Method Summary collapse

Instance Method Details

#without_paginationObject



18
19
20
21
22
23
24
25
26
# File 'lib/mihari/structs/rule.rb', line 18

def without_pagination
  SearchFilter.new(
    description: description,
    from_at: from_at,
    tag_name: tag_name,
    title: title,
    to_at: to_at
  )
end