Class: StackedPdfGenerator::CropMarkDetector::DetectedBox

Inherits:
Struct
  • Object
show all
Defined in:
lib/stacked_pdf_generator/crop_mark_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bottomObject

Returns the value of attribute bottom

Returns:

  • (Object)

    the current value of bottom



21
22
23
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21

def bottom
  @bottom
end

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



21
22
23
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21

def left
  @left
end

#page_heightObject

Returns the value of attribute page_height

Returns:

  • (Object)

    the current value of page_height



21
22
23
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21

def page_height
  @page_height
end

#page_widthObject

Returns the value of attribute page_width

Returns:

  • (Object)

    the current value of page_width



21
22
23
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21

def page_width
  @page_width
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



21
22
23
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21

def right
  @right
end

#topObject

Returns the value of attribute top

Returns:

  • (Object)

    the current value of top



21
22
23
# File 'lib/stacked_pdf_generator/crop_mark_detector.rb', line 21

def top
  @top
end