Class: QQBot::Birthday

Inherits:
Object
  • Object
show all
Defined in:
lib/qqbot/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dayObject

Returns the value of attribute day.



31
32
33
# File 'lib/qqbot/model.rb', line 31

def day
  @day
end

#monthObject

Returns the value of attribute month.



31
32
33
# File 'lib/qqbot/model.rb', line 31

def month
  @month
end

#yearObject

Returns the value of attribute year.



31
32
33
# File 'lib/qqbot/model.rb', line 31

def year
  @year
end