Class: SSLScan::Commands::OnlyCertainSSL
- Defined in:
- lib/ssl_scan/commands/only_certain_ssl.rb
Instance Attribute Summary collapse
-
#results ⇒ Object
Returns the value of attribute results.
-
#sslv2 ⇒ Object
Returns the value of attribute sslv2.
-
#sslv3 ⇒ Object
Returns the value of attribute sslv3.
-
#tlsv1 ⇒ Object
Returns the value of attribute tlsv1.
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ OnlyCertainSSL
constructor
A new instance of OnlyCertainSSL.
Methods inherited from Command
#display_ciphers, #display_header, #execute
Constructor Details
#initialize(opts = {}) ⇒ OnlyCertainSSL
Returns a new instance of OnlyCertainSSL.
7 8 9 |
# File 'lib/ssl_scan/commands/only_certain_ssl.rb', line 7 def initialize(opts={}) super() end |
Instance Attribute Details
#results ⇒ Object
Returns the value of attribute results.
5 6 7 |
# File 'lib/ssl_scan/commands/only_certain_ssl.rb', line 5 def results @results end |
#sslv2 ⇒ Object
Returns the value of attribute sslv2.
5 6 7 |
# File 'lib/ssl_scan/commands/only_certain_ssl.rb', line 5 def sslv2 @sslv2 end |
#sslv3 ⇒ Object
Returns the value of attribute sslv3.
5 6 7 |
# File 'lib/ssl_scan/commands/only_certain_ssl.rb', line 5 def sslv3 @sslv3 end |
#tlsv1 ⇒ Object
Returns the value of attribute tlsv1.
5 6 7 |
# File 'lib/ssl_scan/commands/only_certain_ssl.rb', line 5 def tlsv1 @tlsv1 end |