Class: PayPalPayment

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-paypal/paypal.rb

Overview

Container used for mass payment

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



57
58
59
# File 'lib/ruby-paypal/paypal.rb', line 57

def amount
  @amount
end

#emailObject

Returns the value of attribute email.



57
58
59
# File 'lib/ruby-paypal/paypal.rb', line 57

def email
  @email
end

#noteObject

Returns the value of attribute note.



57
58
59
# File 'lib/ruby-paypal/paypal.rb', line 57

def note
  @note
end

#receiver_idObject

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_idObject

Returns the value of attribute unique_id.



57
58
59
# File 'lib/ruby-paypal/paypal.rb', line 57

def unique_id
  @unique_id
end