Class: HttpObservatory::ScannerStates

Inherits:
Base
  • Object
show all
Defined in:
lib/http_observatory/models/scanner_states.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from Base

#errors

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from HttpObservatory::Base

Instance Attribute Details

#abortedObject

aborted for internal technical reasons



9
10
11
# File 'lib/http_observatory/models/scanner_states.rb', line 9

def aborted
  @aborted
end

#failedObject

aborted for internal technical reasons



9
10
11
# File 'lib/http_observatory/models/scanner_states.rb', line 9

def failed
  @failed
end

#finishedObject

aborted for internal technical reasons



9
10
11
# File 'lib/http_observatory/models/scanner_states.rb', line 9

def finished
  @finished
end

#pendingObject

aborted for internal technical reasons



9
10
11
# File 'lib/http_observatory/models/scanner_states.rb', line 9

def pending
  @pending
end

#runningObject

aborted for internal technical reasons



9
10
11
# File 'lib/http_observatory/models/scanner_states.rb', line 9

def running
  @running
end

#startingObject

aborted for internal technical reasons



9
10
11
# File 'lib/http_observatory/models/scanner_states.rb', line 9

def starting
  @starting
end