Class: Label

Inherits:
Object
  • Object
show all
Includes:
XML::Mapping
Defined in:
lib/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.



7
8
9
# File 'lib/label.rb', line 7

def shape
  @shape
end

Instance Method Details

#markupsObject



15
16
17
18
19
20
21
# File 'lib/label.rb', line 15

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