Method: Arrow::Template::AttributeDirective#name
- Defined in:
- lib/arrow/template/nodes.rb
#name ⇒ Object (readonly)
The name of the directive, which is used to associate it with a attribute in the template the node belongs to.
390 391 392 |
# File 'lib/arrow/template/nodes.rb', line 390 def name @name end |