Class: Hokusai::DeletePatch

Inherits:
Object
  • Object
show all
Defined in:
ui/src/hokusai/diff.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target) ⇒ DeletePatch

Returns a new instance of DeletePatch.



34
35
36
# File 'ui/src/hokusai/diff.rb', line 34

def initialize(target)
  @target = target
end

Instance Attribute Details

#targetObject

Returns the value of attribute target.



32
33
34
# File 'ui/src/hokusai/diff.rb', line 32

def target
  @target
end