lib/onix/title.rb in onix-0.7.8 vs lib/onix/title.rb in onix-0.8.0

- old
+ new

@@ -1,10 +1,9 @@ # coding: utf-8 module ONIX class Title include ROXML - include ONIX::Common xml_name "Title" xml_accessor :title_type, :from => "TitleType", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :title_text, :from => "TitleText"