Class: NicInfo::Email

Inherits:
Object
  • Object
show all
Defined in:
lib/nicinfo/entity.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEmail

Returns a new instance of Email.



99
100
101
# File 'lib/nicinfo/entity.rb', line 99

def initialize
  @type = Array.new
end

Instance Attribute Details

#addrObject

Returns the value of attribute addr.



98
99
100
# File 'lib/nicinfo/entity.rb', line 98

def addr
  @addr
end

#typeObject

Returns the value of attribute type.



98
99
100
# File 'lib/nicinfo/entity.rb', line 98

def type
  @type
end