Sha256: f04b9db9343db857b0898cecd1c5c75e53a391b1de7de01d711920836a82cb87
Contents?: true
Size: 249 Bytes
Versions: 6
Compression:
Stored size: 249 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 end end end
Version data entries
6 entries across 6 versions & 1 rubygems