Class: NicInfo::Org

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOrg

Returns a new instance of Org.



81
82
83
84
# File 'lib/nicinfo/entity.rb', line 81

def initialize
  @type = Array.new
  @names = Array.new
end

Instance Attribute Details

#namesObject

Returns the value of attribute names.



80
81
82
# File 'lib/nicinfo/entity.rb', line 80

def names
  @names
end

#typeObject

Returns the value of attribute type.



80
81
82
# File 'lib/nicinfo/entity.rb', line 80

def type
  @type
end