Class: A2::Subcommand::Team::Get
- Inherits:
-
CmdParse::Command
- Object
- CmdParse::Command
- A2::Subcommand::Team::Get
- Defined in:
- lib/a2/subcommands/team.rb
Instance Method Summary collapse
- #execute(id) ⇒ Object
-
#initialize ⇒ Get
constructor
A new instance of Get.
Constructor Details
#initialize ⇒ Get
Returns a new instance of Get.
31 32 33 |
# File 'lib/a2/subcommands/team.rb', line 31 def initialize super('get-team', takes_commands: false) end |