Class: Workstream::Protocol::Common::Date
- Inherits:
-
Object
- Object
- Workstream::Protocol::Common::Date
- Defined in:
- lib/workstream_protocol/utils/date.rb
Instance Method Summary collapse
Instance Method Details
#to_date ⇒ Object
5 6 7 |
# File 'lib/workstream_protocol/utils/date.rb', line 5 def to_date ::Date.new(year, month, day) end |