Class: PolyrexObjects::Day
- Inherits:
-
Object
- Object
- PolyrexObjects::Day
- Defined in:
- lib/polyrex_calendarbase.rb
Instance Method Summary collapse
Instance Method Details
#date ⇒ Object
156 157 158 |
# File 'lib/polyrex_calendarbase.rb', line 156 def date() Date.parse(self.sdate) end |
#day ⇒ Object
164 165 166 |
# File 'lib/polyrex_calendarbase.rb', line 164 def day() self.date.day end |
#wday ⇒ Object
160 161 162 |
# File 'lib/polyrex_calendarbase.rb', line 160 def wday() self.date.wday end |