Class: CheckoutSdk::Common::Phone
- Inherits:
-
Object
- Object
- CheckoutSdk::Common::Phone
- Defined in:
- lib/checkout_sdk/common/phone.rb
Instance Attribute Summary collapse
Instance Attribute Details
#country_code ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/common/phone.rb', line 9 class Phone attr_accessor :country_code, :number end |
#number ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/common/phone.rb', line 9 class Phone attr_accessor :country_code, :number end |