Class: ScanTemplate::Discovery::Performance::PacketRate

Inherits:
Domain::Model
  • Object
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

#defeat_rate_limitObject

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

#maximumObject

Returns the value of attribute maximum.



67
68
69
# File 'lib/domain/scan_template/model.rb', line 67

def maximum
  @maximum
end

#minimumObject

Returns the value of attribute minimum.



67
68
69
# File 'lib/domain/scan_template/model.rb', line 67

def minimum
  @minimum
end