Class: PayPal::AdaptivePayments::Phone
- Inherits:
-
Object
- Object
- PayPal::AdaptivePayments::Phone
- Includes:
- Common::Base
- Defined in:
- lib/paypal/adaptive_payments/phone.rb
Instance Attribute Summary collapse
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
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
#country_code ⇒ Object
Returns the value of attribute country_code.
5 6 7 |
# File 'lib/paypal/adaptive_payments/phone.rb', line 5 def country_code @country_code end |
#extension ⇒ Object
Returns the value of attribute extension.
7 8 9 |
# File 'lib/paypal/adaptive_payments/phone.rb', line 7 def extension @extension end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
6 7 8 |
# File 'lib/paypal/adaptive_payments/phone.rb', line 6 def phone_number @phone_number end |