1140件ヒット
[201-300件を表示]
(0.076秒)
別のキーワード
ライブラリ
- ビルトイン (189)
- e2mmap (36)
- getoptlong (24)
- logger (98)
-
minitest
/ unit (21) - mkmf (12)
-
net
/ http (36) -
net
/ imap (322) -
net
/ smtp (120) - optparse (48)
-
rubygems
/ commands / lock _ command (12) -
rubygems
/ specification (24) -
rubygems
/ user _ interaction (36) -
shell
/ system-command (12) -
syslog
/ logger (108) - thread (6)
- win32ole (24)
クラス
- Exception (80)
- Fiber (18)
-
Gem
:: Commands :: LockCommand (12) -
Gem
:: Specification (24) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) - GetoptLong (24)
- KeyError (16)
- Logger (84)
-
Logger
:: Application (2) -
Logger
:: LogDevice (12) -
Net
:: HTTPResponse (36) -
Net
:: IMAP (106) -
Net
:: IMAP :: BodyTypeMessage (192) -
Net
:: IMAP :: BodyTypeMultipart (12) -
Net
:: IMAP :: Envelope (12) -
Net
:: SMTP (120) - OptionParser (24)
-
OptionParser
:: ParseError (24) -
RDoc
:: Options (12) -
Shell
:: SystemCommand (12) - SignalException (12)
-
Syslog
:: Logger (96) -
Syslog
:: Logger :: Formatter (12) - SystemCallError (12)
- Thread (12)
-
Thread
:: SizedQueue (36) -
WIN32OLE
_ EVENT (12) -
WIN32OLE
_ TYPE (12)
モジュール
- Exception2MessageMapper (36)
- Kernel (12)
-
MiniTest
:: Assertions (21) - Warning (9)
キーワード
- << (12)
- == (12)
- Fail (6)
- Raise (6)
- add (36)
- append (12)
- assert (1)
-
assert
_ block (1) -
assert
_ empty (1) -
assert
_ equal (1) -
assert
_ in _ delta (1) -
assert
_ in _ epsilon (1) -
assert
_ includes (1) -
assert
_ instance _ of (1) -
assert
_ kind _ of (1) -
assert
_ match (1) -
assert
_ nil (1) -
assert
_ operator (1) -
assert
_ respond _ to (1) -
assert
_ same (1) -
assert
_ send (1) -
assert
_ throws (1) - bind (6)
- body (12)
- call (12)
- complain (12)
-
content
_ id (12) - copy (12)
- data (24)
- debug (12)
-
def
_ exception (6) -
default
_ event _ sources (12) - deq (12)
- description (12)
- disposition (12)
- encoding (12)
- envelope (12)
- errno (12)
- error (12)
- exception (24)
-
exception
_ details (1) - expunge (12)
- extension (12)
- fail (6)
- fatal (12)
- flunk (1)
- formatter (12)
- formatter= (24)
- greeting (12)
- handler= (12)
- info (12)
- inspect (12)
- key (8)
- language (12)
- lines (12)
- log (26)
- mailfrom (12)
- md5 (12)
-
media
_ subtype (12) -
media
_ type (12) - move (10)
- msg (12)
- multipart? (12)
- notify (12)
-
on
_ tail (12) - param (12)
- parts (12)
- pass (1)
- pop (12)
- raise (30)
- rcptto (12)
-
rcptto
_ list (12) - ready (12)
- receiver (8)
- search (12)
-
send
_ mail (12) - sendmail (12)
- separator (12)
-
set
_ error (12) - shift (12)
- signm (12)
- size (12)
- skip (1)
- sort (12)
- subtype (12)
-
to
_ s (24) -
uid
_ sort (12) -
uid
_ thread (12) - unknown (12)
- updated (36)
- value (12)
- warn (33)
- write (12)
検索結果
先頭5件
-
Net
:: HTTPResponse # msg -> String (3008.0) -
HTTP サーバがリザルトコードに付加して返すメッセージです。 例えば 'Not Found' などです。
...して返すメッセージです。
例えば 'Not Found' などです。
msg は obsolete です。使わないでください。
//emlist[例][ruby]{
require 'net/http'
uri = "http://www.example.com/index.html"
response = Net::HTTP.get_response(URI.parse(uri))
response.message # => "OK"
//}... -
Net
:: IMAP :: BodyTypeMessage # media _ type -> String (3007.0) -
MIME のメディアタイプを返します。
...MIME のメディアタイプを返します。
これは "MESSAGE" を返します。
@see Net::IMAP::BodyTypeMessage#subtype... -
OptionParser
:: ParseError # to _ s -> String (3002.0) -
標準エラーに出力するメッセージを返します。
標準エラーに出力するメッセージを返します。
@return 文字列を返します。 -
Exception2MessageMapper
# bind(cl) -> () (3001.0) -
@todo
@todo
@param cl xxx -
Exception2MessageMapper
# fail(exception _ class = nil , *rest) -> () (3001.0) -
登録されている情報を使用して、例外を発生させます。
...して、例外を発生させます。
@param exception_class 例外クラス。
@param rest メッセージに埋め込む値。
@raise Exception2MessageMapper::ErrNotRegisteredException 指定された例外クラスに対応するメッセージが存在しない場合に発生します。... -
Net
:: IMAP :: BodyTypeMessage # content _ id -> String | nil (3001.0) -
Content-ID の値を文字列で返します。
Content-ID の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeMessage # description -> String | nil (3001.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeMessage # disposition -> Net :: IMAP :: ContentDisposition | nil (3001.0) -
Content-Dispotition の値を返します。
Content-Dispotition の値を返します。
Net::IMAP::ContentDisposition オブジェクトを返します。
@see 1806, 2183 -
Net
:: IMAP :: BodyTypeMessage # encoding -> String (3001.0) -
Content-Transfer-Encoding の値を文字列で返します。
Content-Transfer-Encoding の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeMessage # envelope -> Net :: IMAP :: Envelpe | nil (3001.0) -
メッセージのエンベロープを返します。
メッセージのエンベロープを返します。 -
Net
:: IMAP :: BodyTypeMessage # extension -> Array | nil (3001.0) -
メッセージの拡張データを返します。
メッセージの拡張データを返します。