Method: Vedeu::Borders::Title#value

Defined in:
lib/vedeu/borders/title.rb

#valueString 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.

Returns:

  • (String)


71
72
73
# File 'lib/vedeu/borders/title.rb', line 71

def value
  @value || ''
end