Class: PayPal::AdaptivePayments::Phone

Inherits:
Object
  • Object
show all
Includes:
Common::Base
Defined in:
lib/paypal/adaptive_payments/phone.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

#country_codeObject

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

#extensionObject

Returns the value of attribute extension.



7
8
9
# File 'lib/paypal/adaptive_payments/phone.rb', line 7

def extension
  @extension
end

#phone_numberObject

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