Class: Ankit::FailCommand

Inherits:
CardHappeningCommand show all
Defined in:
lib/ankit/fail_command.rb

Constant Summary collapse

EVENT_HAPPENING =
:to_failed

Constants inherited from Command

Command::COMMANDS

Instance Attribute Summary

Attributes inherited from Command

#args, #options, #runtime

Method Summary

Methods inherited from CardHappeningCommand

#execute

Methods included from EventFormatting

#format_as_score

Methods included from CardHappening

#make_happen

Methods included from CardNaming

#card_wildcard_for, #to_card_name, #to_card_path

Methods included from EventTraversing

find_latest_event_for, find_latest_event_named, #latest_event_for

Methods included from RoundCounting

#last_round, #latest_round, #next_round, #round_proceeded

Methods inherited from Command

available, by_name, command_name, define_options, #initialize, option_spec

Constructor Details

This class inherits a constructor from Ankit::Command