Class: YARD::Server::Commands::LibraryIndexOptions
  
  
  
Overview
  Instance Attribute Summary collapse
  
  
  
  
  
  
  
  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 |