Class: FeaturedRouter
- Inherits:
-
YARD::Server::Router
- Object
- YARD::Server::Router
- FeaturedRouter
- Defined in:
- lib/featured_router.rb
Instance Method Summary collapse
Instance Method Details
#docs_prefix ⇒ Object
2 |
# File 'lib/featured_router.rb', line 2 def docs_prefix; 'docs' end |
#list_prefix ⇒ Object
3 |
# File 'lib/featured_router.rb', line 3 def list_prefix; 'list/docs' end |
#search_prefix ⇒ Object
4 |
# File 'lib/featured_router.rb', line 4 def search_prefix; 'search/docs' end |
#static_prefix ⇒ Object
5 |
# File 'lib/featured_router.rb', line 5 def static_prefix; 'static/docs' end |