123456789_123456789_123456789_123456789_123456789_

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

Instance Method Details

#attr_accessor(attr, type: nil)

internal API

[ GitHub ]

  
# 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