Class: PolyrexObjects::Day
- Inherits:
-
Object
- Object
- PolyrexObjects::Day
- Defined in:
- lib/polyrex_calendarbase.rb
Instance Method Summary collapse
Instance Method Details
#date ⇒ Object
145 146 147 |
# File 'lib/polyrex_calendarbase.rb', line 145 def date() Date.parse(self.sdate) end |
#day ⇒ Object
153 154 155 |
# File 'lib/polyrex_calendarbase.rb', line 153 def day() self.date.day end |
#wday ⇒ Object
149 150 151 |
# File 'lib/polyrex_calendarbase.rb', line 149 def wday() self.date.wday end |