class NicInfo::Org

Attributes

names[RW]
type[RW]

Public Class Methods

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