Class: Controls::Guidance
- Inherits:
-
Dish::Plate
- Object
- Dish::Plate
- Controls::Guidance
- 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
-
#to_s ⇒ String
The title of the guidance.
Instance Method Details
#to_s ⇒ String
Returns the title of the guidance.
16 17 18 |
# File 'lib/controls/objects/guidance.rb', line 16 def to_s title end |