Class: Aws::Types::MergeHunkDetail
- Inherits:
-
Object
- Object
- Aws::Types::MergeHunkDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_line ⇒ ::Integer
Returns the value of attribute end_line.
-
#hunk_content ⇒ ::String
Returns the value of attribute hunk_content.
-
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ ::Integer
Returns the value of attribute end_line.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def end_line @end_line end |
#hunk_content ⇒ ::String
Returns the value of attribute hunk_content.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def hunk_content @hunk_content end |
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def start_line @start_line end |