Method: ACTV::Event#display_close_date
- Defined in:
- lib/actv/event.rb
#display_close_date ⇒ Object Also known as: display_close_date?
89 90 91 92 93 94 95 96 97 98 |
# File 'lib/actv/event.rb', line 89 def display_close_date @display_close_date ||= begin val = tag_by_description 'displayclosedate' if val val.downcase == 'true' else true end end end |