Class: A2::Subcommand::Team::RemoveMembership

Inherits:
CmdParse::Command
  • Object
show all
Defined in:
lib/a2/subcommands/team.rb

Instance Method Summary collapse

Constructor Details

#initializeRemoveMembership

Returns a new instance of RemoveMembership.



89
90
91
# File 'lib/a2/subcommands/team.rb', line 89

def initialize
  super('remove-membership', takes_commands: false)
end

Instance Method Details

#executeObject



93
94
95
# File 'lib/a2/subcommands/team.rb', line 93

def execute

end