Class: Label
Direct Known Subclasses
Instance Attribute Summary collapse
-
#shape ⇒ Object
Returns the value of attribute shape.
Instance Method Summary collapse
Instance Attribute Details
#shape ⇒ Object
Returns the value of attribute shape.
7 8 9 |
# File 'lib/label.rb', line 7 def shape @shape end |
Instance Method Details
#markups ⇒ Object
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 |