Class: ScanTemplate::Discovery::Performance::PacketRate
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Discovery::Performance::PacketRate
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#defeat_rate_limit ⇒ Object
Returns the value of attribute defeat_rate_limit.
-
#maximum ⇒ Object
Returns the value of attribute maximum.
-
#minimum ⇒ Object
Returns the value of attribute minimum.
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
#defeat_rate_limit ⇒ Object
Returns the value of attribute defeat_rate_limit.
67 68 69 |
# File 'lib/domain/scan_template/model.rb', line 67 def defeat_rate_limit @defeat_rate_limit end |
#maximum ⇒ Object
Returns the value of attribute maximum.
67 68 69 |
# File 'lib/domain/scan_template/model.rb', line 67 def maximum @maximum end |
#minimum ⇒ Object
Returns the value of attribute minimum.
67 68 69 |
# File 'lib/domain/scan_template/model.rb', line 67 def minimum @minimum end |