Class: TVML::Template::Base

Inherits:
Element::Base show all
Defined in:
lib/TVML/template/base.rb

Class Method Summary collapse

Methods inherited from Element::Base

build, #build, element, inherited, #initialize_builder, #marshal_elements, #to_tvml

Class Method Details

.node_nameObject



4
5
6
# File 'lib/TVML/template/base.rb', line 4

def self.node_name
  "#{super}Template"
end