Class: Controls::Threat

Inherits:
Dish::Plate
  • Object
show all
Defined in:
lib/controls/objects/threat.rb

Overview

A representation of the threat API resource

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns the title of the threat.

Returns:

  • (String)

    the title of the threat



7
8
9
# File 'lib/controls/objects/threat.rb', line 7

def to_s
  title
end