/* 
 *	call-seq:
 *		new() -> ContactAddress
 *		
 * Creates a new ContactAddress object
 *
 * Attributes:
 *  @address_format [String]
 *  @po [String] P.O. Box
 *  @ext [String]
 *  @street [String]
 *  @locality [String]
 *  @region [String]
 *  @code [String]
 *  @country [String]
 */
static VALUE evContactAddress_init(VALUE self) {