Sha256: 123545d54ea72709f2d71d062aa910a7c2a06a94e6bf43bf76f80ab82a5d381a

Contents?: true

Size: 134 Bytes

Versions: 43

Compression:

Stored size: 134 Bytes

Contents

# frozen_string_literal: true

class Purchase
  def initialize(value, quantity)
    @value = value
    @quantity = quantity
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
sinclair-1.6.7 spec/support/models/purchase.rb
sinclair-1.6.6 spec/support/models/purchase.rb
sinclair-1.6.5 spec/support/models/purchase.rb
sinclair-1.6.4 spec/support/models/purchase.rb
sinclair-1.6.3 spec/support/models/purchase.rb
sinclair-1.6.2 spec/support/models/purchase.rb
sinclair-1.6.1 spec/support/models/purchase.rb
sinclair-1.6.0 spec/support/models/purchase.rb
sinclair-1.5.2 spec/support/models/purchase.rb
sinclair-1.5.1 spec/support/models/purchase.rb
sinclair-1.5.0 spec/support/models/purchase.rb
sinclair-1.4.2 spec/support/models/purchase.rb
sinclair-1.4.1 spec/support/models/purchase.rb
sinclair-1.4.0 spec/support/models/purchase.rb
sinclair-1.3.4 spec/support/models/purchase.rb
sinclair-1.3.3 spec/support/models/purchase.rb
sinclair-1.3.2 spec/support/models/purchase.rb
sinclair-1.3.1 spec/support/models/purchase.rb
sinclair-1.3.0 spec/support/models/purchase.rb
sinclair-1.2.1 spec/support/models/purchase.rb