123456789_123456789_123456789_123456789_123456789_

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
Instance Chain:
self, Atom, CommandData
Inherits: Net::IMAP::Atom
Defined in: lib/net/imap/command_data.rb

Class Method Summary

Atom - Inherited

CommandData - Inherited

.[]

Alias for CommandData.new.

.new,
.validate

following class definition goes beyond the basic Data.define(:data).

Instance Attribute Summary

CommandData - Inherited

Instance Method Summary

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 318

def send_data(imap, tag)
  imap.__send__(:put_string, "\\#{data}")
end