Class: Template
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.
23 24 25 |
# File 'lib/template.rb', line 23 def initialize end |
Instance Attribute Details
#labels ⇒ Object
Returns the value of attribute labels.
7 8 9 |
# File 'lib/template.rb', line 7 def labels @labels end |