Sha256: e975f2aab5010b34ee1df5c0ca2593295b1e76e6457ae2884c6a4235af99db4e

Contents?: true

Size: 265 Bytes

Versions: 4

Compression:

Stored size: 265 Bytes

Contents

# coding: utf-8

class Cacofonix::PersonDate < Cacofonix::Element
  xml_name "PersonDate"
  onix_code_from_list :person_date_role, "PersonDateRole", :list => 75
  onix_code_from_list :date_format, "DateFormat", :list => 55
  xml_accessor :date, :from => "Date"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cacofonix-0.10.3 lib/cacofonix/elements/person_date.rb
cacofonix-0.10.2 lib/cacofonix/elements/person_date.rb
cacofonix-0.10.1 lib/cacofonix/elements/person_date.rb
cacofonix-0.10.0 lib/cacofonix/elements/person_date.rb