Object
A generic TaxCloud record.
TaxCloud
Initialize the record.
Attributes defined for this record.
# File lib/tax_cloud/record.rb, line 10 def initialize(attrs = {}) attrs.each do |sym, val| send "#{sym}=", val end end