class NicInfo::Tel

Attributes

ext[RW]
number[RW]
type[RW]

Public Class Methods

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