Class: Pdf::Label::Label

Inherits:
Object
  • Object
show all
Includes:
XML::Mapping
Defined in:
lib/pdf/label/label.rb

Direct Known Subclasses

LabelCD, LabelRectangle, LabelRound

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#shapeObject

Returns the value of attribute shape.



10
11
12
# File 'lib/pdf/label/label.rb', line 10

def shape
  @shape
end

Instance Method Details

#markupsObject



18
19
20
21
22
23
24
# File 'lib/pdf/label/label.rb', line 18

def markups
  @markups = Hash.new
  @markups = @markups.merge @markupMargins
  @markups = @markups.merge @markupLines
  @markups = @markups.merge @markupCircles
  @markups
end