Module: BlueTree::Node::ClassMethods
- Defined in:
- lib/blue_tree/node.rb
Instance Method Summary collapse
- #template_ext ⇒ Object
- #template_path ⇒ Object
- #use_template_ext(ext) ⇒ Object
- #use_template_path(path) ⇒ Object
Instance Method Details
#template_ext ⇒ Object
20 21 22 |
# File 'lib/blue_tree/node.rb', line 20 def template_ext @template_ext end |
#template_path ⇒ Object
12 13 14 |
# File 'lib/blue_tree/node.rb', line 12 def template_path @template_path end |
#use_template_ext(ext) ⇒ Object
16 17 18 |
# File 'lib/blue_tree/node.rb', line 16 def use_template_ext(ext) @template_ext = ext end |
#use_template_path(path) ⇒ Object
8 9 10 |
# File 'lib/blue_tree/node.rb', line 8 def use_template_path(path) @template_path = path end |