Class: PolyrexObjects::Day
- Inherits:
-
Object
- Object
- PolyrexObjects::Day
- Defined in:
- lib/polyrex_calendarbase.rb
Instance Method Summary collapse
Instance Method Details
#date ⇒ Object
100 101 102 |
# File 'lib/polyrex_calendarbase.rb', line 100 def date() Date.parse(self.sdate) end |
#day ⇒ Object
108 109 110 |
# File 'lib/polyrex_calendarbase.rb', line 108 def day() self.date.day end |
#wday ⇒ Object
104 105 106 |
# File 'lib/polyrex_calendarbase.rb', line 104 def wday() self.date.wday end |