Sha256: 09fac5ee7c5f08e0cc81e3f3a609c8aff24980bca77103f2d6c6b1d6911f53dd
Contents?: true
Size: 278 Bytes
Versions: 28
Compression:
Stored size: 278 Bytes
Contents
module Billimatic module Entities class ServiceItem < Base attribute :id, Integer attribute :account_id, Integer attribute :name, String attribute :description, String attribute :value, Decimal attribute :unit, String end end end
Version data entries
28 entries across 28 versions & 1 rubygems