Class: Wlog::DeleteAttachment

Inherits:
Commandable show all
Defined in:
lib/wlog/commands/delete_attachment.rb

Overview

Author:

  • Simon Symeonidis

Instance Method Summary collapse

Constructor Details

#initialize(issue, att_id) ⇒ DeleteAttachment

Returns a new instance of DeleteAttachment.



6
7
8
9
# File 'lib/wlog/commands/delete_attachment.rb', line 6

def initialize(issue, att_id)
  @issue  = issue
  @att_id = att_id
end

Instance Method Details

#executeObject



11
12
# File 'lib/wlog/commands/delete_attachment.rb', line 11

def execute
end