るりまサーチ

最速Rubyリファレンスマニュアル検索!
240件ヒット [1-100件を表示] (0.185秒)

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils cp_r
  5. bigdecimal to_r

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 > >>

Net::IMAP::ResponseText#code -> Net::IMAP::ResponseCode | nil (24402.0)

レスポンスコードを返します。

...レスポンスコードを返します。

応答がレスポンスコードを含んでいない場合は nil を返します。

@see Net::IMAP::ResponseCode...

Net::HTTPResponse#code -> String (24208.0)

HTTP のリザルトコードです。例えば '302' などです。

...スオブジェクトがどのクラスのインスタンスかを
見ることでもレスポンスの種類を判別できます。

//emlist[例][ruby]{
r
equire 'net/http'

uri = "http://www.example.com/index.html"
r
esponse = Net::HTTP.get_response(URI.parse(uri))
r
esponse.code # => "200"
//}...

Net::FTP#last_response_code -> String (18302.0)

サーバからの最後の応答のコードを文字列で返します。

...サーバからの最後の応答のコードを文字列で返します。

例えばログイン(Net::FTP#login)に成功した場合には
"230" を返します。

数字の意味は 959 参照してください。

@see Net::FTP#last_response...

RSS::ContentModel#content_encoded (18201.0)

@todo

@todo

RSS::ContentModel#content_encoded= (18201.0)

@todo

@todo

絞り込み条件を変える

RDoc::CodeObject#section -> RDoc::Context::Section (12401.0)

所属している section を返します。

...所属している section を返します。...

Net::FTP#last_response -> String (12207.0)

サーバからの最後の応答を文字列で返します。

...サーバからの最後の応答を文字列で返します。

例えばログイン(Net::FTP#login)に成功した場合には
"230 Login successful.\n" を返します。

@see Net::FTP#last_response_code...

Net::FTP#lastresp -> String (12102.0)

サーバからの最後の応答のコードを文字列で返します。

...サーバからの最後の応答のコードを文字列で返します。

例えばログイン(Net::FTP#login)に成功した場合には
"230" を返します。

数字の意味は 959 参照してください。

@see Net::FTP#last_response...

RDoc::CodeObject#section=(val) (12101.0)

所属する section を設定します。

...所属する section を設定します。

@param val RDoc::Context::Section オブジェクトを指定します。...
<< 1 2 3 > >>