Class: Mihari::Structs::Censys::V3::Response
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Mihari::Structs::Censys::V3::Response
- Defined in:
- lib/mihari/structs/censys.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.from_dynamic!(d) ⇒ Object
331 332 333 334 335 |
# File 'lib/mihari/structs/censys.rb', line 331 def from_dynamic!(d) new( result: Result.from_dynamic!(d["result"]) ) end |
Instance Method Details
#artifacts ⇒ Object
326 327 328 |
# File 'lib/mihari/structs/censys.rb', line 326 def artifacts result.artifacts end |