Class: Paysafe::BirthDate
Instance Attribute Summary
Attributes inherited from Result
Instance Method Summary collapse
Methods inherited from Result
attributes, define_attribute_method, define_predicate_method, #empty?, #initialize, object_attribute
Constructor Details
This class inherits a constructor from Paysafe::Result
Instance Method Details
#date ⇒ Object
7 8 9 |
# File 'lib/paysafe/birth_date.rb', line 7 def date @date ||= Date.new(year, month, day) end |