Class: Controls::Guidance::Reference
- Inherits:
-
Dish::Plate
- Object
- Dish::Plate
- Controls::Guidance::Reference
- Defined in:
- lib/controls/objects/guidance/reference.rb
Overview
A object that represents the reference resource of a Controls::Guidance
Instance Method Summary collapse
-
#to_s ⇒ String
Represents the guidance collection in a human friendly way.
Instance Method Details
#to_s ⇒ String
Represents the guidance collection in a human friendly way
10 11 12 |
# File 'lib/controls/objects/guidance/reference.rb', line 10 def to_s url ? "#{title}: (#{url})" : title end |