Methods

Class/Module Index [+]

Quicksearch

YARD::Server::Commands::ListCommand

Returns a list of objects of a specific type

Public Instance Methods

items() click to toggle source
# File lib/yard/server/commands/list_command.rb, line 8
def items; raise NotImplementedError end
run() click to toggle source
# File lib/yard/server/commands/list_command.rb, line 11
def run
  options.update(:items => items, :template => :doc_server,
                 :list_type => request.path.split('/').last, :type => :full_list)
  render
end
type() click to toggle source
# File lib/yard/server/commands/list_command.rb, line 9
def type; raise NotImplementedError end

[Validate]

Generated with the Darkfish Rdoc Generator 2.