Class: HttpObservatory::ScannerStates
- Defined in:
- lib/http_observatory/models/scanner_states.rb
Overview
Instance Attribute Summary collapse
-
#aborted ⇒ Object
aborted for internal technical reasons.
-
#failed ⇒ Object
aborted for internal technical reasons.
-
#finished ⇒ Object
aborted for internal technical reasons.
-
#pending ⇒ Object
aborted for internal technical reasons.
-
#running ⇒ Object
aborted for internal technical reasons.
-
#starting ⇒ Object
aborted for internal technical reasons.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from HttpObservatory::Base
Instance Attribute Details
#aborted ⇒ Object
aborted for internal technical reasons
9 10 11 |
# File 'lib/http_observatory/models/scanner_states.rb', line 9 def aborted @aborted end |
#failed ⇒ Object
aborted for internal technical reasons
9 10 11 |
# File 'lib/http_observatory/models/scanner_states.rb', line 9 def failed @failed end |
#finished ⇒ Object
aborted for internal technical reasons
9 10 11 |
# File 'lib/http_observatory/models/scanner_states.rb', line 9 def finished @finished end |
#pending ⇒ Object
aborted for internal technical reasons
9 10 11 |
# File 'lib/http_observatory/models/scanner_states.rb', line 9 def pending @pending end |
#running ⇒ Object
aborted for internal technical reasons
9 10 11 |
# File 'lib/http_observatory/models/scanner_states.rb', line 9 def running @running end |
#starting ⇒ Object
aborted for internal technical reasons
9 10 11 |
# File 'lib/http_observatory/models/scanner_states.rb', line 9 def starting @starting end |