lib/wombat/metadata.rb in wombat-0.2.3 vs lib/wombat/metadata.rb in wombat-0.2.4

- old
+ new

@@ -2,9 +2,16 @@ require 'wombat/property_container' require 'wombat/iterator' module Wombat class Metadata < PropertyContainer + attr_accessor :document_format + + def initialize + @document_format = :html + super + end + def base_url url self[:base_url] = url end def list_page url \ No newline at end of file