Class: A2::Subcommand::Team::AddMembership

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

Instance Method Summary collapse

Constructor Details

#initializeAddMembership

Returns a new instance of AddMembership.



72
73
74
# File 'lib/a2/subcommands/team.rb', line 72

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

Instance Method Details

#executeObject



76
77
78
# File 'lib/a2/subcommands/team.rb', line 76

def execute

end