Class: Kachikachi::Patch
- Inherits:
-
Object
- Object
- Kachikachi::Patch
- Defined in:
- lib/kachikachi/patch.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
Instance Method Summary collapse
-
#initialize(file_name, content, options) ⇒ Patch
constructor
A new instance of Patch.
Constructor Details
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
5 6 7 |
# File 'lib/kachikachi/patch.rb', line 5 def body @body end |
#file_name ⇒ Object
Returns the value of attribute file_name.
5 6 7 |
# File 'lib/kachikachi/patch.rb', line 5 def file_name @file_name end |