Method: ZipMoney::Shopper#birth_date
- Defined in:
- lib/zip_money/models/shopper.rb
#birth_date ⇒ Object
The shopper’s birth date in the form yyyy-mm-dd
30 31 32 |
# File 'lib/zip_money/models/shopper.rb', line 30 def birth_date @birth_date end |