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.



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

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

Instance Method Details

#executeObject



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

def execute

end