るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.067秒)
トップページ > クエリ:String#tr[x] > クエリ:unused_bits[x] > クエリ:basename[x] > クラス:Net::IMAP::ContentDisposition[x]

別のキーワード

  1. matrix tr
  2. string tr_s
  3. string tr_s!
  4. html4tr doctype
  5. string tr!

ライブラリ

キーワード

検索結果

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

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

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

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

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

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

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

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

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