class Chronic::Tag

def initialize(type)

type - The Symbol type of this tag.
def initialize(type)
  @type = type
end