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

Version Path
billimatic-client-0.11.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.10.2 lib/billimatic/entities/service_item.rb
billimatic-client-0.10.1 lib/billimatic/entities/service_item.rb
billimatic-client-0.10.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.9.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.8.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.7.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.6.0 lib/billimatic/entities/service_item.rb