class ONIX::Identifier
Public Instance Methods
type()
click to toggle source
# File lib/onix/identifier.rb, line 6 def type nil end
uniq_id()
click to toggle source
# File lib/onix/identifier.rb, line 10 def uniq_id "#{type.code}-#{value}" end