Class: ScanTemplate::Telnet
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Telnet
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#character_set ⇒ Object
Returns the value of attribute character_set.
-
#failed_login_regex ⇒ Object
Returns the value of attribute failed_login_regex.
-
#login_regex ⇒ Object
Returns the value of attribute login_regex.
-
#password_prompt_regex ⇒ Object
Returns the value of attribute password_prompt_regex.
-
#questionable_login_regex ⇒ Object
Returns the value of attribute questionable_login_regex.
Method Summary
Methods inherited from Domain::Model
columns, from_csv, from_json, headers, #initialize, primary_key, table_name, #to_csv, #to_hash, #to_s, view
Constructor Details
This class inherits a constructor from Domain::Model
Instance Attribute Details
#character_set ⇒ Object
Returns the value of attribute character_set.
103 104 105 |
# File 'lib/domain/scan_template/model.rb', line 103 def character_set @character_set end |
#failed_login_regex ⇒ Object
Returns the value of attribute failed_login_regex.
103 104 105 |
# File 'lib/domain/scan_template/model.rb', line 103 def failed_login_regex @failed_login_regex end |
#login_regex ⇒ Object
Returns the value of attribute login_regex.
103 104 105 |
# File 'lib/domain/scan_template/model.rb', line 103 def login_regex @login_regex end |
#password_prompt_regex ⇒ Object
Returns the value of attribute password_prompt_regex.
103 104 105 |
# File 'lib/domain/scan_template/model.rb', line 103 def password_prompt_regex @password_prompt_regex end |
#questionable_login_regex ⇒ Object
Returns the value of attribute questionable_login_regex.
103 104 105 |
# File 'lib/domain/scan_template/model.rb', line 103 def questionable_login_regex @questionable_login_regex end |