Class: Vectra::Detections
- Inherits:
-
Object
- Object
- Vectra::Detections
- Defined in:
- lib/vectra/detections.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
Returns the value of attribute target.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#target ⇒ Object
Returns the value of attribute target.
4 5 6 |
# File 'lib/vectra/detections.rb', line 4 def target @target end |
Class Method Details
Instance Method Details
#each ⇒ Object
11 12 13 14 15 |
# File 'lib/vectra/detections.rb', line 11 def each self.all.each do |host| yield host end end |