Sha256: 6632f17eb8720619c9ea84a20b9395a1c5904a390101f6fcf6f7c0b4f7a374b4
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
require 'wlog/commands/commandable' module Wlog # Delete an attachment, given its id (in the context of an issue) # @author Simon Symeonidis class DeleteAttachment < Commandable def initialize(issue, att_id) @issue = issue @att_id = att_id end def execute end private end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wlog-1.2.2 | lib/wlog/commands/delete_attachment.rb |