Skip to content

Commit

Permalink
few additions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
zackchandler committed May 2, 2008
1 parent ba0c106 commit a2cb6e5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Introduction ###

This plugin simplifies the parsing of qbXML messages into ActiveRecord model attributes.

### Usage ###

class Customer < ActiveRecord::Base
Expand Down Expand Up @@ -26,4 +30,8 @@
customer = Customer.new(:qbxml => xml)
customer.list_id # => "150000-933272658"
customer.name # => "Abercrombie, Kristy"
...
...

### References ###

[QuickBooks SDK Reference](http://developer.intuit.com/qbsdk-current/Common/newOSR/index.html)

0 comments on commit a2cb6e5

Please sign in to comment.