Class: Jade::Extensions::CallContext
- Inherits:
-
Data
- Object
- Data
- Jade::Extensions::CallContext
- Defined in:
- lib/jade/extensions.rb
Overview
The node travels with the types because a literal's value — a SQL string, a constant predicate — is not in them.
Instance Attribute Summary collapse
-
#arg_types ⇒ Object
readonly
Returns the value of attribute arg_types.
-
#entry_name ⇒ Object
readonly
Returns the value of attribute entry_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#node ⇒ Object
readonly
Returns the value of attribute node.
-
#registry ⇒ Object
readonly
Returns the value of attribute registry.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Attribute Details
#arg_types ⇒ Object (readonly)
Returns the value of attribute arg_types
48 49 50 |
# File 'lib/jade/extensions.rb', line 48 def arg_types @arg_types end |
#entry_name ⇒ Object (readonly)
Returns the value of attribute entry_name
48 49 50 |
# File 'lib/jade/extensions.rb', line 48 def entry_name @entry_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
48 49 50 |
# File 'lib/jade/extensions.rb', line 48 def name @name end |
#node ⇒ Object (readonly)
Returns the value of attribute node
48 49 50 |
# File 'lib/jade/extensions.rb', line 48 def node @node end |
#registry ⇒ Object (readonly)
Returns the value of attribute registry
48 49 50 |
# File 'lib/jade/extensions.rb', line 48 def registry @registry end |
#span ⇒ Object (readonly)
Returns the value of attribute span
48 49 50 |
# File 'lib/jade/extensions.rb', line 48 def span @span end |