Sha256: 6fa68bffea7b85cedeb355c1112ddb38bcb647aa10aaf0f8f88d1bc447751032
Contents?: true
Size: 188 Bytes
Versions: 1
Compression:
Stored size: 188 Bytes
Contents
module PayPal::Invoice class InvoiceItemList < PayPal::Invoice::Base attr_accessor :item def set_item(value) self.item = build_value(InvoiceItem, value) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypal-payment-0.1.2 | lib/paypal/invoice/invoice_item_list.rb |