Class: CheckoutSdk::Accounts::DateOfBirth
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::DateOfBirth
- Defined in:
- lib/checkout_sdk/accounts/date_of_birth.rb
Instance Attribute Summary collapse
Instance Attribute Details
#day ⇒ Integer
11 12 13 14 15 |
# File 'lib/checkout_sdk/accounts/date_of_birth.rb', line 11 class DateOfBirth attr_accessor :day, :month, :year end |
#month ⇒ Integer
11 12 13 14 15 |
# File 'lib/checkout_sdk/accounts/date_of_birth.rb', line 11 class DateOfBirth attr_accessor :day, :month, :year end |
#year ⇒ Integer
11 12 13 14 15 |
# File 'lib/checkout_sdk/accounts/date_of_birth.rb', line 11 class DateOfBirth attr_accessor :day, :month, :year end |