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

Version Path
billimatic-client-0.4.0 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.3.0 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.2.1 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.1.2 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.1.1 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.1.0 lib/billimatic/entities/entity_service_item.rb