Class: Jira::Command::Base
- Inherits:
-
Object
- Object
- Jira::Command::Base
- Defined in:
- lib/jira/command.rb
Direct Known Subclasses
Assign, Attachments, Comment::Add, Comment::Delete, Comment::List, Comment::Update, Delete, Describe, Install, Link, Log::Add, Log::Delete, Log::List, Log::Update, New, Rename, Sprint, Tickets, Transition, Vote::Add, Vote::Delete, Vote::List, Watch::Add, Watch::Delete, Watch::List
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
14 15 16 |
# File 'lib/jira/command.rb', line 14 def run raise NotImplementedError end |