module PBCore::Attributes::Common

Public Class Methods

included(base) click to toggle source
# File lib/pbcore/attributes/common.rb, line 4
def self.included(base)
  PBCore.fail_if_base_is_not_pbcore_element(included_module: self, base: base)
  base.attribute :source
  base.attribute :ref
  base.attribute :annotation
  base.attribute :version
end