Method: OodAppkit::Url#title

Defined in:
lib/ood_appkit/url.rb

#titleString (readonly)

The title for this URL

Returns:

  • (String)

    the title of the URL


8
9
10
# File 'lib/ood_appkit/url.rb', line 8

def title
  @title
end