class NicInfo::Email

Attributes

addr[RW]
type[RW]

Public Class Methods

new() click to toggle source
# File lib/nicinfo/entity.rb, line 99
def initialize
  @type = Array.new
end