Class | KarItem |
In: |
app/models/kar_item.rb
|
Parent: | Object |
aantal | [R] | |
product | [R] |
# File app/models/kar_item.rb, line 4 4: def initialize(product) 5: @product = product 6: @aantal = 1 7: end