Class: PayPal::AdaptivePayments::ClientDetails
- Inherits:
-
Object
- Object
- PayPal::AdaptivePayments::ClientDetails
- Includes:
- Common::Base
- Defined in:
- lib/paypal/adaptive_payments/client_details.rb
Instance Attribute Summary collapse
-
#application_id ⇒ Object
Returns the value of attribute application_id.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#customer_type ⇒ Object
Returns the value of attribute customer_type.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#geo_location ⇒ Object
Returns the value of attribute geo_location.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#model ⇒ Object
Returns the value of attribute model.
-
#partner_name ⇒ Object
Returns the value of attribute partner_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
#application_id ⇒ Object
Returns the value of attribute application_id.
5 6 7 |
# File 'lib/paypal/adaptive_payments/client_details.rb', line 5 def application_id @application_id end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
6 7 8 |
# File 'lib/paypal/adaptive_payments/client_details.rb', line 6 def customer_id @customer_id end |
#customer_type ⇒ Object
Returns the value of attribute customer_type.
7 8 9 |
# File 'lib/paypal/adaptive_payments/client_details.rb', line 7 def customer_type @customer_type end |
#device_id ⇒ Object
Returns the value of attribute device_id.
8 9 10 |
# File 'lib/paypal/adaptive_payments/client_details.rb', line 8 def device_id @device_id end |
#geo_location ⇒ Object
Returns the value of attribute geo_location.
9 10 11 |
# File 'lib/paypal/adaptive_payments/client_details.rb', line 9 def geo_location @geo_location end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
10 11 12 |
# File 'lib/paypal/adaptive_payments/client_details.rb', line 10 def ip_address @ip_address end |
#model ⇒ Object
Returns the value of attribute model.
11 12 13 |
# File 'lib/paypal/adaptive_payments/client_details.rb', line 11 def model @model end |
#partner_name ⇒ Object
Returns the value of attribute partner_name.
12 13 14 |
# File 'lib/paypal/adaptive_payments/client_details.rb', line 12 def partner_name @partner_name end |