Class: Shortcuts::ThisMonthShortcut

Inherits:
Shortcut
  • Object
show all
Defined in:
lib/bujo/shortcuts/this_month_shortcut.rb

Instance Attribute Summary

Attributes inherited from Shortcut

#name, #source, #target

Instance Method Summary collapse

Methods inherited from Shortcut

#create, #to_s

Constructor Details

#initializeThisMonthShortcut

Returns a new instance of ThisMonthShortcut.



9
10
11
# File 'lib/bujo/shortcuts/this_month_shortcut.rb', line 9

def initialize
  super("This month", "logs/#{computer_readable_month}.html", "logs/this_month.html")
end