Class: Template

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTemplate

Returns a new instance of Template.



23
24
25
# File 'lib/template.rb', line 23

def initialize
  
end

Instance Attribute Details

#labelsObject

Returns the value of attribute labels.



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

def labels
  @labels
end