class YARD::Server::Commands::LibraryOptions
Attributes
command[RW]
frames[RW]
Public Instance Methods
adapter()
click to toggle source
# File lib/yard/server/commands/library_command.rb, line 8 def adapter; @command.adapter end
each() { |:adapter, adapter| ... }
click to toggle source
Calls superclass method
YARD::Options#each
# File lib/yard/server/commands/library_command.rb, line 17 def each(&block) super(&block) yield(:adapter, adapter) yield(:library, library) yield(:single_library, single_library) yield(:serializer, serializer) end
library()
click to toggle source
# File lib/yard/server/commands/library_command.rb, line 9 def library; @command.library end
serialize()
click to toggle source
# File lib/yard/server/commands/library_command.rb, line 12 def serialize; false end
serializer()
click to toggle source
# File lib/yard/server/commands/library_command.rb, line 11 def serializer; @command.serializer end
single_library()
click to toggle source
# File lib/yard/server/commands/library_command.rb, line 10 def single_library; @command.single_library end