Class: Shodanz::Client
- Inherits:
-
Object
- Object
- Shodanz::Client
- Defined in:
- lib/shodanz/client.rb
Instance Method Summary collapse
- #exploits_api ⇒ Object
-
#initialize ⇒ Client
constructor
Create a new client to connect to any of the APIs.
- #rest_api ⇒ Object
- #streaming_api ⇒ Object
Constructor Details
Instance Method Details
#exploits_api ⇒ Object
18 19 20 |
# File 'lib/shodanz/client.rb', line 18 def exploits_api @exploits_api end |
#rest_api ⇒ Object
10 11 12 |
# File 'lib/shodanz/client.rb', line 10 def rest_api @rest_api end |
#streaming_api ⇒ Object
14 15 16 |
# File 'lib/shodanz/client.rb', line 14 def streaming_api @streaming_api end |