Method: Fdoc::EndpointPresenter#title
- Defined in:
- lib/fdoc/presenters/endpoint_presenter.rb
#title ⇒ Object
23 24 25 |
# File 'lib/fdoc/presenters/endpoint_presenter.rb', line 23 def title '%s %s - %s' % [ endpoint.verb, endpoint.path, endpoint.service.name ] end |