Method: Vedeu::Borders::Title#value
- Defined in:
- lib/vedeu/borders/title.rb
#value ⇒ String Also known as: title, caption
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return the value (a title or a caption) or an empty string.
71 72 73 |
# File 'lib/vedeu/borders/title.rb', line 71 def value @value || '' end |