class XmlConv::Model::Transaction

Attributes

agreement[RW]
status[RW]
status_date[RW]
transport_cost[RW]

Public Instance Methods

customer_id() click to toggle source
# File lib/xmlconv/model/transaction.rb, line 20
def customer_id
        self.id_table['customer']
end
reference_id() click to toggle source
# File lib/xmlconv/model/transaction.rb, line 23
def reference_id
        self.id_table['acc']
end