るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 > >>

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

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

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

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

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

RSS::ContentModel#content_encoded (24301.0)

@todo

...@todo...

RSS::ContentModel#content_encoded= (24301.0)

@todo

...@todo...

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

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

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

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

//...
...emlist[例][ruby]{
require 'net/http'

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

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

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

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

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

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

@see Net::FTP#last_response...

絞り込み条件を変える

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

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

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

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

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

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

@param val RDoc::Context::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 (12202.0)

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

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

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

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

@see Net::FTP#last_response...
<< 1 2 3 > >>