Class: YARD::Server::Commands::LibraryIndexOptions
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
YARD::CLI::YardocOptions
|
Defined in: | lib/yard/server/commands/library_index_command.rb |
Overview
Class Method Summary
::YARD::Options
- Inherited
.default_attr | Defines an attribute named |
Instance Attribute Summary
- #adapter rw
- #libraries rw
- #serialize rw
- #template rw
- #type rw
::YARD::CLI::YardocOptions
- Inherited
::YARD::Templates::TemplateOptions
- Inherited
Instance Method Summary
::YARD::CLI::YardocOptions
- Inherited
::YARD::Templates::TemplateOptions
- Inherited
::YARD::Options
- Inherited
#==, | |
#[] | Delegates calls with |
#[]= | Delegates setter calls with |
#delete | Deletes an option value for |
#each | Yields over every option key and value. |
#inspect | Inspects the object. |
#merge | Creates a new options object and sets options hash or object value onto that object. |
#method_missing | Handles setting and accessing of unregistered keys similar to an |
#reset_defaults | Resets all values to their defaults. |
#tap | only for 1.8.6. |
#to_hash, | |
#update | Updates values from an options hash or options object on this object. |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class YARD::Options
Instance Attribute Details
#adapter (rw)
# File 'lib/yard/server/commands/library_index_command.rb', line 6
attr_accessor :adapter, :libraries
#libraries (rw)
# File 'lib/yard/server/commands/library_index_command.rb', line 6
attr_accessor :adapter, :libraries
#serialize (rw)
[ GitHub ]# File 'lib/yard/server/commands/library_index_command.rb', line 9
default_attr :serialize, false
#template (rw)
[ GitHub ]# File 'lib/yard/server/commands/library_index_command.rb', line 7
default_attr :template, :doc_server
#type (rw)
[ GitHub ]# File 'lib/yard/server/commands/library_index_command.rb', line 8
default_attr :type, :library_list