るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.020秒)
トップページ > クエリ:config[x] > バージョン:2.6.0[x] > クラス:WEBrick::GenericServer[x]

別のキーワード

  1. drb config
  2. mkmf with_config
  3. mkmf enable_config
  4. rbconfig config
  5. config value

ライブラリ

キーワード

検索結果

WEBrick::GenericServer#config -> Hash (54307.0)

サーバの設定を保存したハッシュを返します。

サーバの設定を保存したハッシュを返します。

WEBrick::GenericServer.new(config = {}, default = WEBrick::Config::General) -> WEBrick::GenericServer (682.0)

GenericServer オブジェクトを生成して返します。

GenericServer オブジェクトを生成して返します。

config で有効な項目が増えます。以下は増える項目とそのデフォルト値です。

:ServerSoftware => "#{svrsoft} OpenSSL/#{osslv}",
:SSLEnable => true, # Ruby 1.8.3 以降では false がデフォルトです。
:SSLCertificate => nil,
:SSLPrivateKey => nil,
:SSLClientCA => nil,
:SS...

WEBrick::GenericServer#[](key) -> object (52.0)

self.config[key] と同じです。

self.config[key] と同じです。