Class: Net::IMAP::Flag
- Inherits:
-
Atom
- Object
- Data
- CommandData
- Atom
- Net::IMAP::Flag
- Defined in:
- lib/net/imap/command_data.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Atom
Methods inherited from CommandData
Constructor Details
This class inherits a constructor from Net::IMAP::Atom
Instance Method Details
#send_data(imap, tag) ⇒ Object
258 259 260 |
# File 'lib/net/imap/command_data.rb', line 258 def send_data(imap, tag) imap.__send__(:put_string, "\\#{data}") end |