Class: Net::IMAP::Flag
Do not use. This class is for internal use only.
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Atom,
CommandData,
Data
|
|
|
Instance Chain:
self,
Atom,
CommandData,
Data
|
|
| Inherits: |
Net::IMAP::Atom
|
| Defined in: | lib/net/imap/command_data.rb |
Class Method Summary
Instance Attribute Summary
CommandData - Inherited
Instance Method Summary
Atom - Inherited
CommandData - Inherited
Constructor Details
This class inherits a constructor from Net::IMAP::Atom
Instance Method Details
#send_data(imap, tag)
[ GitHub ]# File 'lib/net/imap/command_data.rb', line 258
def send_data(imap, tag) imap.__send__(:put_string, "\\#{data}") end