/* * call-seq: * new() -> ContactIMAddress * * Creates a new ContactIMAddress object * * Attributes: * @provider [String] i.e., AOL, Yahoo * @address [String] i.e., tom_copeland * @type [String] HOME or WORK */ static VALUE contactIMAddress_init(VALUE self) {