Method: TempestTime::Commands::List#initialize
- Defined in:
- lib/tempest_time/commands/list.rb
#initialize(options) ⇒ List
Returns a new instance of List.
9 10 11 12 |
# File 'lib/tempest_time/commands/list.rb', line 9 def initialize() @user = find_user([:user]) @dates = [:date] ? [Date.parse([:date])] : nil end |