class OUI::Organization
Attributes
address[RW]
chinese_name[RW]
name[RW]
Public Class Methods
new() { |self| ... }
click to toggle source
# File lib/oui/organization.rb, line 5 def initialize yield self if block_given? end
parse(string)
click to toggle source
# File lib/oui/organization.rb, line 9 def self.parse(string) raise 'not implemented yet' end