Class: PayPal::Invoice::InvoiceItem
- Defined in:
- lib/paypal/invoice/invoice_item.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#tax_name ⇒ Object
Returns the value of attribute tax_name.
-
#tax_rate ⇒ Object
Returns the value of attribute tax_rate.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
6 7 8 |
# File 'lib/paypal/invoice/invoice_item.rb', line 6 def date @date end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/paypal/invoice/invoice_item.rb', line 5 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/paypal/invoice/invoice_item.rb', line 4 def name @name end |
#quantity ⇒ Object
Returns the value of attribute quantity.
7 8 9 |
# File 'lib/paypal/invoice/invoice_item.rb', line 7 def quantity @quantity end |
#tax_name ⇒ Object
Returns the value of attribute tax_name.
9 10 11 |
# File 'lib/paypal/invoice/invoice_item.rb', line 9 def tax_name @tax_name end |
#tax_rate ⇒ Object
Returns the value of attribute tax_rate.
10 11 12 |
# File 'lib/paypal/invoice/invoice_item.rb', line 10 def tax_rate @tax_rate end |
#unit_price ⇒ Object
Returns the value of attribute unit_price.
8 9 10 |
# File 'lib/paypal/invoice/invoice_item.rb', line 8 def unit_price @unit_price end |