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-1.0.1 lib/billimatic/entities/service_item.rb
billimatic-client-1.0.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.22.1 lib/billimatic/entities/service_item.rb
billimatic-client-0.22.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.21.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.20.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.19.1 lib/billimatic/entities/service_item.rb
billimatic-client-0.19.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.18.1 lib/billimatic/entities/service_item.rb
billimatic-client-0.18.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.17.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.16.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.15.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.14.1 lib/billimatic/entities/service_item.rb
billimatic-client-0.14.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.13.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.12.0 lib/billimatic/entities/service_item.rb
billimatic-client-0.11.3 lib/billimatic/entities/service_item.rb
billimatic-client-0.11.2 lib/billimatic/entities/service_item.rb
billimatic-client-0.11.1 lib/billimatic/entities/service_item.rb