Class: PayPal::AdaptivePayments::ClientDetails

Inherits:
Object
  • Object
show all
Includes:
Common::Base
Defined in:
lib/paypal/adaptive_payments/client_details.rb

Instance Attribute Summary collapse

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_idObject

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_idObject

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_typeObject

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_idObject

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_locationObject

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_addressObject

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

#modelObject

Returns the value of attribute model.



11
12
13
# File 'lib/paypal/adaptive_payments/client_details.rb', line 11

def model
  @model
end

#partner_nameObject

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