Sha256: d14dfa40658b6ee25e3cc8d597c68e021f8135caf983f83c0b67e68aa54f9413
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
module Gerd module Inspections module Actions class DeleteTeam def initialize(team) @team_id = team[:id] end def invoke(client, options = {}) client.delete_team(@team_id) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gerd-0.0.1 | lib/gerd/inspections/actions/delete_team.rb |