summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-07-13 09:42:21 +0200
committerGeremia Taglialatela <[email protected]>2023-07-13 09:42:21 +0200
commit59ea7b48c107ac25d559239cb5bbe52043e642ab (patch)
tree5043bd14c40c400b747449e6fbaf8820430d8eeb /lib
parentc7be63637220c57eb1b8d3afcff77a49aaa7a3ef (diff)
downloadcaxlsx-59ea7b48c107ac25d559239cb5bbe52043e642ab.tar.gz
caxlsx-59ea7b48c107ac25d559239cb5bbe52043e642ab.zip
Fix Style/AccessorGrouping offense
Provide documentation to two attribute readers which triggered the offense.
Diffstat (limited to 'lib')
-rw-r--r--lib/axlsx/workbook/worksheet/worksheet_drawing.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/worksheet/worksheet_drawing.rb b/lib/axlsx/workbook/worksheet/worksheet_drawing.rb
index c66fe0ec..6488655c 100644
--- a/lib/axlsx/workbook/worksheet/worksheet_drawing.rb
+++ b/lib/axlsx/workbook/worksheet/worksheet_drawing.rb
@@ -15,8 +15,12 @@ module Axlsx
@drawing = nil
end
+ # The worksheet that owns the drawing
+ # @return [Worksheet]
attr_reader :worksheet
+ # The drawing object
+ # @return [Drawing]
attr_reader :drawing
# adds a chart to the drawing object