Sha256: ab31783e11fc8697339fc27c2c06f2526818c96aacb3a64a8570edb3e3b7e1b9
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
require "economic/entity" module Economic # Represents an entry in E-conomic. # # API documentation: http://www.e-conomic.com/apidocs/Documentation/T_Economic_Api_IEntry.html class Entry < Entity has_properties :serial_number, :account_handle, :amount, :amount_default_currency, :currency_handle, :date, :text, :type, :department_handle, :distribution_key_handle, :vat_account_handle, :voucher_number, :project_handle, :document_handle end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rconomic-0.7.0 | lib/economic/entry.rb |
rconomic-0.6.1 | lib/economic/entry.rb |
rconomic-0.6.0 | lib/economic/entry.rb |