Class: Controls::ThreatVector
- Inherits:
-
Dish::Plate
- Object
- Dish::Plate
- Controls::ThreatVector
- Defined in:
- lib/controls/objects/threat_vector.rb
Overview
A representation of the threat vector API resource
Instance Method Summary collapse
-
#to_s ⇒ String
The title of the threat vector.
Instance Method Details
#to_s ⇒ String
Returns the title of the threat vector.
7 8 9 |
# File 'lib/controls/objects/threat_vector.rb', line 7 def to_s title end |