Class: YARD::Server::Commands::LibraryIndexOptions
- Inherits:
-
CLI::YardocOptions
- Object
- Options
- Templates::TemplateOptions
- CLI::YardocOptions
- YARD::Server::Commands::LibraryIndexOptions
- Defined in:
- lib/yard/server/commands/library_index_command.rb
Overview
Instance Attribute Summary collapse
Attributes inherited from CLI::YardocOptions
#file, #index, #item, #locale, #objects, #readme
Attributes inherited from Templates::TemplateOptions
#default_return, #embed_mixins, #format, #globals, #hide_void_return, #highlight, #index, #markup, #markup_provider, #no_highlight, #object, #owner, #page_title, #serializer, #verifier
Method Summary
Methods inherited from CLI::YardocOptions
#files, #format, #onefile, #serializer, #title, #verifier
Methods inherited from Templates::TemplateOptions
Methods inherited from Options
#==, #[], #[]=, default_attr, #delete, #each, #inspect, #merge, #method_missing, #reset_defaults, #tap, #to_hash, #update
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class YARD::Options
Instance Attribute Details
#adapter ⇒ Object
6 7 8 |
# File 'lib/yard/server/commands/library_index_command.rb', line 6 def adapter @adapter end |
#libraries ⇒ Object
6 7 8 |
# File 'lib/yard/server/commands/library_index_command.rb', line 6 def libraries @libraries end |
#serialize ⇒ Object
9 |
# File 'lib/yard/server/commands/library_index_command.rb', line 9 default_attr :serialize, false |
#template ⇒ Object
7 |
# File 'lib/yard/server/commands/library_index_command.rb', line 7 default_attr :template, :doc_server |
#type ⇒ Object
8 |
# File 'lib/yard/server/commands/library_index_command.rb', line 8 default_attr :type, :library_list |