Class: Controls::Guidance

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

Overview

An object to represent the guidance resource returned by the ControlsInsight API

Defined Under Namespace

Classes: Reference

Constant Summary collapse

Section =

A Controls::Guidance instance includes HTML markup in a sections list

Class.new(Dish::Plate)

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns the title of the guidance.

Returns:

  • (String)

    the title of the guidance



16
17
18
# File 'lib/controls/objects/guidance.rb', line 16

def to_s
  title
end