class Net::IMAP::UnparsedNumericResponseData
注意: 这代表一个有意不稳定的 API。在返回此类的实例时,未来的版本可能会返回不同的(不兼容的)对象,而不会有弃用或警告。
Net::IMAP::UnparsedNumericResponseData
表示具有数字前缀的未处理响应类型的数据。 请参阅 number
的文档。
公共实例方法
number → integer 点击以切换源代码
unparsed_data → string 点击以切换源代码
未解析的数据,不包括 number
或 UntaggedResponse#name
。
# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 107