module BNF class Heading attr_accessor :uri, :title def initialize uri, entry @uri = uri @entry = entry @title = entry['title'] end end end