Method: A2::Subcommand::Team::ListAllMembership#initialize
- Defined in:
- lib/a2/subcommands/team.rb
#initialize ⇒ ListAllMembership
Returns a new instance of ListAllMembership.
63 64 65 |
# File 'lib/a2/subcommands/team.rb', line 63 def initialize super('list-team-members', takes_commands: false) end |