Method: Votd::Base#date

Defined in:
lib/votd/base.rb

#dateString (readonly)

Returns the date the Verse was retrieved.

Examples:

votd.date  # "2012-03-24"

Returns:

  • (String)

    the date the Verse was retrieved



24
25
26
# File 'lib/votd/base.rb', line 24

def date
  @date
end