Class: Worque::Command::Push::Action
- Inherits:
-
Object
- Object
- Worque::Command::Push::Action
- Defined in:
- lib/worque/command/push/action.rb
Constant Summary collapse
- REPORT_FILE_PATH_FORMAT =
"%<worque_path>s/notes-%<date_for>s.md".freeze
Class Method Summary collapse
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options) ⇒ Action
constructor
A new instance of Action.
Constructor Details
#initialize(options) ⇒ Action
Returns a new instance of Action.
11 12 13 |
# File 'lib/worque/command/push/action.rb', line 11 def initialize() @options = end |