Class: PayPalPayment
- Inherits:
-
Object
- Object
- PayPalPayment
- Defined in:
- lib/ruby-paypal/paypal.rb
Overview
Container used for mass payment
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#email ⇒ Object
Returns the value of attribute email.
-
#note ⇒ Object
Returns the value of attribute note.
-
#receiver_id ⇒ Object
Returns the value of attribute receiver_id.
-
#unique_id ⇒ Object
Returns the value of attribute unique_id.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
57 58 59 |
# File 'lib/ruby-paypal/paypal.rb', line 57 def amount @amount end |
#email ⇒ Object
Returns the value of attribute email.
57 58 59 |
# File 'lib/ruby-paypal/paypal.rb', line 57 def email @email end |
#note ⇒ Object
Returns the value of attribute note.
57 58 59 |
# File 'lib/ruby-paypal/paypal.rb', line 57 def note @note end |
#receiver_id ⇒ Object
Returns the value of attribute receiver_id.
57 58 59 |
# File 'lib/ruby-paypal/paypal.rb', line 57 def receiver_id @receiver_id end |
#unique_id ⇒ Object
Returns the value of attribute unique_id.
57 58 59 |
# File 'lib/ruby-paypal/paypal.rb', line 57 def unique_id @unique_id end |