Project

adf

0.0
No commit activity in last 3 years
No release in over 3 years
ADF gem helps you to easily create Auto-Dealer Format XML files using Ruby's DSL
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

ADF Gem - AutoDealer Format Gem

ADF Gem allows you to quickly create ADF XML files. Premature, just supports Customers.

Usage and Example

Install the gem

$ gem install adf

Require it in your project and create prospects.

require 'adf'
require 'date'
doc = ADF::ADFDoc.new
prospect = ADF::Prospect.new DateTime.now
prospect.set_customer("Allagappan", "Muthuraman", "240-242-5248", "allagappan@gmail.com")
doc.add_prospect prospect
puts doc.to_xml

Prints out