Class: Jira::Command::Sprint
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'lib/jira/commands/sprint.rb', line 14 def run return if rapid_view.empty? return if no_sprints? return if sprint.empty? render_table( [ 'Sprint', 'State' ], [ [ info['sprint']['name'], info['sprint']['state'] ] ] ) end |