module Paf::Attribute

Basic attributes or elements that make up a PAF entry

Private Class Methods

included(base) click to toggle source
# File lib/paf/attribute.rb, line 4
def self.included(base)
  base.extend ClassMethods
end