Class: Inversion::Template::CallTag

Inherits:
AttrTag show all
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

PpTag

Constant Summary

Constants inherited from Tag

Tag::TAG_PLUGIN_PATTERN

Instance Attribute Summary

Attributes inherited from AttrTag

#format, #methodchain, #name

Attributes inherited from CodeTag

#body, #identifiers

Attributes inherited from Tag

#body

Attributes inherited from Node

#colnum, #linenum

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

included

Methods included from AbstractClass::ClassMethods

#inherited, #pure_virtual

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