Method: Pluto::Model::Item#date
- Defined in:
- lib/pluto/models/item.rb
#date ⇒ Object
add convenience date attribute helpers / readers
- what to return if date is nil? - return nil or empty string or 'n/a' or '?' - why? why not?
date date_iso | date_iso8601 date_822 | date_rfc2822 | date_rfc822
60 |
# File 'lib/pluto/models/item.rb', line 60 def date() updated; end |