Class: ScanTemplate::Telnet

Inherits:
Domain::Model show all
Defined in:
lib/domain/scan_template/model.rb

Instance Attribute Summary collapse

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_setObject

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_regexObject

Returns the value of attribute failed_login_regex.



103
104
105
# File 'lib/domain/scan_template/model.rb', line 103

def 
  @failed_login_regex
end

#login_regexObject

Returns the value of attribute login_regex.



103
104
105
# File 'lib/domain/scan_template/model.rb', line 103

def 
  @login_regex
end

#password_prompt_regexObject

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_regexObject

Returns the value of attribute questionable_login_regex.



103
104
105
# File 'lib/domain/scan_template/model.rb', line 103

def 
  @questionable_login_regex
end