Class: PayPal::AdaptivePayments::InvoiceItem
- Inherits:
-
Object
- Object
- PayPal::AdaptivePayments::InvoiceItem
- Includes:
- Common::Base
- Defined in:
- lib/paypal/adaptive_payments/invoice_item.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#item_count ⇒ Object
Returns the value of attribute item_count.
-
#item_price ⇒ Object
Returns the value of attribute item_price.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price ⇒ Object
Returns the value of attribute price.
Method Summary
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier.
6 7 8 |
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 6 def identifier @identifier end |
#item_count ⇒ Object
Returns the value of attribute item_count.
9 10 11 |
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 9 def item_count @item_count end |
#item_price ⇒ Object
Returns the value of attribute item_price.
8 9 10 |
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 8 def item_price @item_price end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 5 def name @name end |
#price ⇒ Object
Returns the value of attribute price.
7 8 9 |
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 7 def price @price end |