Method: Artic::Availability#day_of_week

Defined in:
lib/artic/availability.rb

#day_of_weekSymbol (readonly)

TODO:

Rename to wday

Returns the day of the week, as a lowercase symbol (e.g. :monday).

Returns:

  • (Symbol)

    the day of the week, as a lowercase symbol (e.g. :monday)



18
19
20
# File 'lib/artic/availability.rb', line 18

def day_of_week
  @day_of_week
end