Class: PayPal::Product
- Defined in:
- lib/pay_pal/objects/product.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Product
constructor
A new instance of Product.
Methods inherited from Object
Constructor Details
#initialize(options = {}) ⇒ Product
Returns a new instance of Product.
4 5 6 7 8 |
# File 'lib/pay_pal/objects/product.rb', line 4 def initialize( = {}) .delete "links" super end |