class NicInfo::Adr
Attributes
country[RW]
extended[RW]
label[RW]
locality[RW]
pobox[RW]
postal[RW]
region[RW]
street[RW]
structured[RW]
type[RW]
Public Class Methods
new()
click to toggle source
# File lib/nicinfo/entity.rb, line 90 def initialize @structured = false @label = Array.new @type = Array.new end