Class: NicInfo::Tel

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTel

Returns a new instance of Tel.



106
107
108
# File 'lib/nicinfo/entity.rb', line 106

def initialize
  @type = Array.new
end

Instance Attribute Details

#extObject

Returns the value of attribute ext.



105
106
107
# File 'lib/nicinfo/entity.rb', line 105

def ext
  @ext
end

#numberObject

Returns the value of attribute number.



105
106
107
# File 'lib/nicinfo/entity.rb', line 105

def number
  @number
end

#typeObject

Returns the value of attribute type.



105
106
107
# File 'lib/nicinfo/entity.rb', line 105

def type
  @type
end