Class: PayPal::AdaptivePayments::InstitutionCustomer
- Inherits:
-
Object
- Object
- PayPal::AdaptivePayments::InstitutionCustomer
- Includes:
- Common::Base
- Defined in:
- lib/paypal/adaptive_payments/institution_customer.rb
Instance Attribute Summary collapse
-
#county_code ⇒ Object
Returns the value of attribute county_code.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#institution_customer_id ⇒ Object
Returns the value of attribute institution_customer_id.
-
#institution_id ⇒ Object
Returns the value of attribute institution_id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
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
#county_code ⇒ Object
Returns the value of attribute county_code.
10 11 12 |
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 10 def county_code @county_code end |
#display_name ⇒ Object
Returns the value of attribute display_name.
8 9 10 |
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 8 def display_name @display_name end |
#email ⇒ Object
Returns the value of attribute email.
11 12 13 |
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 11 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
6 7 8 |
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 6 def first_name @first_name end |
#institution_customer_id ⇒ Object
Returns the value of attribute institution_customer_id.
9 10 11 |
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 9 def institution_customer_id @institution_customer_id end |
#institution_id ⇒ Object
Returns the value of attribute institution_id.
5 6 7 |
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 5 def institution_id @institution_id end |
#last_name ⇒ Object
Returns the value of attribute last_name.
7 8 9 |
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 7 def last_name @last_name end |