るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. openssl n
  3. rsa n
  4. openssl n=
  5. pop n_mails

検索結果

Net::IMAP::BodyTypeBasic#disposition -> Net::IMAP::ContentDisposition | nil (27502.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

N
et::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeMessage#disposition -> Net::IMAP::ContentDisposition | nil (27502.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

N
et::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeMultipart#disposition -> Net::IMAP::ContentDisposition | nil (27502.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

N
et::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeText#disposition -> Net::IMAP::ContentDisposition | nil (27502.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

N
et::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::ContentDisposition#param -> { String => String } | nil (12317.0)

Content-Disposition フィールドのパラメータをハッシュテーブルで 返します。

...Content-Disposition フィールドのパラメータをハッシュテーブルで
返します。

ハッシュテーブルのキーは以下のような値を取ります。詳しくは
2183 などを見てください。
* "FILENAME"
* "CREATION-DATE"
* "MODIFICATION-DATE"
* "READ-DAT"...

絞り込み条件を変える

Net::IMAP::ContentDisposition#dsp_type -> String (9117.0)

Content-Disposition フィールドのタイプを文字列で返します。

...Content-Disposition フィールドのタイプを文字列で返します。

"INLINE", "ATTACHMENT" などの文字列を返します。

詳しくは 2183 などを見てください。...