Class: HelloDateTime::Person
- Inherits:
-
Object
- Object
- HelloDateTime::Person
- Defined in:
- lib/glimmer-dsl-opal/samples/hello/hello_date_time.rb
Instance Attribute Summary collapse
-
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
Instance Attribute Details
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
24 25 26 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_date_time.rb', line 24 def date_of_birth @date_of_birth end |