Module: Net::IMAP::Config::AttrTypeCoercion::Macros
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | lib/net/imap/config/attr_type_coercion.rb |
Instance Method Summary
-
#attr_accessor(attr, type: nil)
internal API.
Instance Method Details
#attr_accessor(attr, type: nil)
internal API
# File 'lib/net/imap/config/attr_type_coercion.rb', line 17
def attr_accessor(attr, type: nil) super(attr) AttrTypeCoercion.attr_accessor(attr, type: type) end