Class: Jura::Command::Sprint::List

Inherits:
Base
  • Object
show all
Defined in:
lib/jura/command/sprint/list.rb

Class Method Summary collapse

Methods inherited from Base

board_id

Class Method Details

.execute!(opts = {}) ⇒ Object



7
8
9
10
# File 'lib/jura/command/sprint/list.rb', line 7

def self.execute!(opts = {})
  sprints = Api::Sprint.all(board_id)
  puts Component::Sprint.render(sprints)
end