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