Sha256: 97013629a95d16bd51da85c319a20f46f8d5c8ff8624c798896d201cdce1504d
Contents?: true
Size: 284 Bytes
Versions: 11
Compression:
Stored size: 284 Bytes
Contents
module Billimatic module Entities class EntityServiceItem < Base attribute :id, Integer attribute :name, String attribute :unit_value, Decimal attribute :units, Decimal attribute :value, Decimal attribute :_destroy, Boolean end end end
Version data entries
11 entries across 11 versions & 1 rubygems