Class: Pdf::Label::Template
- Inherits:
-
Object
- Object
- Pdf::Label::Template
- Includes:
- XML::Mapping
- Defined in:
- lib/pdf/label/template.rb
Instance Attribute Summary collapse
-
#labels ⇒ Object
Returns the value of attribute labels.
Instance Method Summary collapse
-
#initialize ⇒ Template
constructor
A new instance of Template.
Constructor Details
#initialize ⇒ Template
Returns a new instance of Template.
25 26 27 |
# File 'lib/pdf/label/template.rb', line 25 def initialize end |
Instance Attribute Details
#labels ⇒ Object
Returns the value of attribute labels.
9 10 11 |
# File 'lib/pdf/label/template.rb', line 9 def labels @labels end |