Class: Hokusai::DeletePatch
- Inherits:
-
Object
- Object
- Hokusai::DeletePatch
- Defined in:
- ui/src/hokusai/diff.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(target) ⇒ DeletePatch
constructor
A new instance of DeletePatch.
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
#target ⇒ Object
Returns the value of attribute target.
32 33 34 |
# File 'ui/src/hokusai/diff.rb', line 32 def target @target end |