Sha256: e3ba496a0aa4de9817d28c603856f32745859e8bfe96648b8d9380859763811c
Contents?: true
Size: 405 Bytes
Versions: 2
Compression:
Stored size: 405 Bytes
Contents
book_1: label_prefix: 'book' methods: - name - author.name - price: 'price * 1.095' xml_format: encoding: 'UTF-8' header: | <?xml version="1.0" encoding="UTF-8"?> <records> footer: | </records> body: | <book> <name>%%name%%</name> <author_name>%%author.name%%</author_name> <price>%%price%%</price> </book>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_export-0.4.0 | spec/fixtures/xml.yml |
active_export-0.3.0 | spec/fixtures/xml.yml |