Class: StackedPdfGenerator::CropMarkDetector::DetectedBox
- Inherits:
-
Struct
- Object
- Struct
- StackedPdfGenerator::CropMarkDetector::DetectedBox
- Defined in:
- lib/stacked_pdf_generator/crop_mark_detector.rb
Instance Attribute Summary collapse
-
#bottom ⇒ Object
Returns the value of attribute bottom.
-
#left ⇒ Object
Returns the value of attribute left.
-
#page_height ⇒ Object
Returns the value of attribute page_height.
-
#page_width ⇒ Object
Returns the value of attribute page_width.
-
#right ⇒ Object
Returns the value of attribute right.
-
#top ⇒ Object
Returns the value of attribute top.
Instance Attribute Details
#bottom ⇒ Object
Returns the value of attribute bottom
21 22 23 |
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21 def bottom @bottom end |
#left ⇒ Object
Returns the value of attribute left
21 22 23 |
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21 def left @left end |
#page_height ⇒ Object
Returns the value of attribute page_height
21 22 23 |
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21 def page_height @page_height end |
#page_width ⇒ Object
Returns the value of attribute page_width
21 22 23 |
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21 def page_width @page_width end |
#right ⇒ Object
Returns the value of attribute right
21 22 23 |
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21 def right @right end |
#top ⇒ Object
Returns the value of attribute top
21 22 23 |
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21 def top @top end |