Class: ScanTemplate::Discovery::Performance::Timeout

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

#initialObject

Returns the value of attribute initial.



79
80
81
# File 'lib/domain/scan_template/model.rb', line 79

def initial
  @initial
end

#maximumObject

Returns the value of attribute maximum.



79
80
81
# File 'lib/domain/scan_template/model.rb', line 79

def maximum
  @maximum
end

#minimumObject

Returns the value of attribute minimum.



79
80
81
# File 'lib/domain/scan_template/model.rb', line 79

def minimum
  @minimum
end