Class: Wlog::UiCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/wlog/ui/commands/ui_command.rb

Overview

Author:

Direct Known Subclasses

AttachToLogEntry, CreateIssue

Instance Method Summary collapse

Instance Method Details

#executeObject



5
6
7
# File 'lib/wlog/ui/commands/ui_command.rb', line 5

def execute
  throw NotImplementedException
end