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.



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

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

Instance Method Details

#executeObject



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

def execute

end