Method: Arachni::RPC::Server::Instance#snapshot_path
- Defined in:
- lib/arachni/rpc/server/instance.rb
#snapshot_path ⇒ String?
Returns Path to the snapshot of the suspended scan, ‘nil` if not #suspended?.
163 164 165 166 |
# File 'lib/arachni/rpc/server/instance.rb', line 163 def snapshot_path return if !suspended? @framework.snapshot_path end |