Class: QQBot::Birthday
- Inherits:
-
Object
- Object
- QQBot::Birthday
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#day ⇒ Object
Returns the value of attribute day.
-
#month ⇒ Object
Returns the value of attribute month.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#day ⇒ Object
Returns the value of attribute day.
31 32 33 |
# File 'lib/qqbot/model.rb', line 31 def day @day end |
#month ⇒ Object
Returns the value of attribute month.
31 32 33 |
# File 'lib/qqbot/model.rb', line 31 def month @month end |
#year ⇒ Object
Returns the value of attribute year.
31 32 33 |
# File 'lib/qqbot/model.rb', line 31 def year @year end |