Class: Mihari::Structs::Alert::SearchFilterWithPagination
- Inherits:
-
SearchFilter
- Object
- Dry::Struct
- SearchFilter
- Mihari::Structs::Alert::SearchFilterWithPagination
- Defined in:
- lib/mihari/structs/alert.rb
Instance Method Summary collapse
Methods inherited from SearchFilter
Instance Method Details
#without_pagination ⇒ Object
27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
# File 'lib/mihari/structs/alert.rb', line 27 def without_pagination SearchFilter.new( artifact_data: artifact_data, description: description, from_at: from_at, source: source, tag_name: tag_name, title: title, to_at: to_at, asn: asn, dns_record: dns_record, reverse_dns_name: reverse_dns_name ) end |