Class: Inversion::Template::CallTag
- Defined in:
- lib/inversion/template/calltag.rb
Overview
Inversion call tag.
This just exists to make ‘call’ an alias for ‘attr’.
Syntax
<?call foo.bar ?>
<?call "%0.2f" % foo.bar ?>
Direct Known Subclasses
Constant Summary
Constants inherited from Tag
Instance Attribute Summary
Attributes inherited from AttrTag
Attributes inherited from CodeTag
Attributes inherited from Tag
Attributes inherited from Node
Method Summary
Methods inherited from AttrTag
#as_comment_body, #evaluate, #initialize, #render
Methods inherited from CodeTag
inherit_tag_patterns, #initialize, tag_pattern, tag_patterns
Methods included from AbstractClass
Methods included from AbstractClass::ClassMethods
Methods inherited from Tag
#as_comment_body, create, #derivatives, inherited, #initialize, load, load_all, #tagname, types, #types
Methods included from MethodUtilities
#singleton_attr_accessor, #singleton_attr_reader, #singleton_attr_writer
Methods inherited from Node
#after_appending, #after_rendering, #as_comment_body, #before_appending, #before_rendering, #initialize, #is_container?, #location, #render
Constructor Details
This class inherits a constructor from Inversion::Template::AttrTag