Class: A2::Subcommand::Team::RemoveMembership
- Inherits:
-
CmdParse::Command
- Object
- CmdParse::Command
- A2::Subcommand::Team::RemoveMembership
- Defined in:
- lib/a2/subcommands/team.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize ⇒ RemoveMembership
constructor
A new instance of RemoveMembership.
Constructor Details
#initialize ⇒ RemoveMembership
Returns a new instance of RemoveMembership.
90 91 92 |
# File 'lib/a2/subcommands/team.rb', line 90 def initialize super('remove-membership', takes_commands: false) end |
Instance Method Details
#execute ⇒ Object
94 95 96 |
# File 'lib/a2/subcommands/team.rb', line 94 def execute end |