Sha256: efe7639eb1e1f89b29b86c5cb342a4a23d7cf947f9560d91c1920a24474e680d

Contents?: true

Size: 718 Bytes

Versions: 61

Compression:

Stored size: 718 Bytes

Contents

# frozen_string_literal: true
module YARD
  module Server
    module Commands
      class LibraryIndexOptions < CLI::YardocOptions
        attr_accessor :adapter, :libraries
        default_attr :template, :doc_server
        default_attr :type, :library_list
        default_attr :serialize, false
      end

      # Returns the index of libraries served by the server.
      class LibraryIndexCommand < Base
        attr_accessor :options

        def run
          return unless path.empty?

          self.options = LibraryIndexOptions.new
          options.adapter = adapter
          options.libraries = adapter.libraries
          options.reset_defaults
          render
        end
      end
    end
  end
end

Version data entries

61 entries across 60 versions & 9 rubygems

Version Path
yard-0.9.24 lib/yard/server/commands/library_index_command.rb
yard-0.9.23 lib/yard/server/commands/library_index_command.rb
yard-0.9.22 lib/yard/server/commands/library_index_command.rb
yard-0.9.21 lib/yard/server/commands/library_index_command.rb
yard-0.9.20 lib/yard/server/commands/library_index_command.rb
yard-0.9.19 lib/yard/server/commands/library_index_command.rb
yard-0.9.16 lib/yard/server/commands/library_index_command.rb
yard-0.9.15 lib/yard/server/commands/library_index_command.rb
yard-0.9.14 lib/yard/server/commands/library_index_command.rb
yard-0.9.13 lib/yard/server/commands/library_index_command.rb
yard-0.9.12 lib/yard/server/commands/library_index_command.rb
yard-0.9.11 lib/yard/server/commands/library_index_command.rb
yard-0.9.10 lib/yard/server/commands/library_index_command.rb
yard-0.9.9 lib/yard/server/commands/library_index_command.rb
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.4.0/gems/yard-0.9.8/lib/yard/server/commands/library_index_command.rb
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.2.0/gems/yard-0.9.8/lib/yard/server/commands/library_index_command.rb
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/yard-0.9.8/lib/yard/server/commands/library_index_command.rb
yard-0.9.8 lib/yard/server/commands/library_index_command.rb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/library_index_command.rb
yard-0.9.7 lib/yard/server/commands/library_index_command.rb