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

Version Path
billimatic-client-0.11.1 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.11.0 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.10.2 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.10.1 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.10.0 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.9.0 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.8.0 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.7.0 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.6.0 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.5.1 lib/billimatic/entities/entity_service_item.rb
billimatic-client-0.5.0 lib/billimatic/entities/entity_service_item.rb