Class: ActionDispatch::Journey::Nodes::Literal
- Defined in:
- lib/action_dispatch/journey/nodes/node.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
#each, #initialize, #name, #symbol?, #to_dot, #to_s, #to_sym
Constructor Details
This class inherits a constructor from ActionDispatch::Journey::Nodes::Node
Instance Method Details
#literal? ⇒ Boolean
49 |
# File 'lib/action_dispatch/journey/nodes/node.rb', line 49 def literal?; true; end |
#type ⇒ Object
50 |
# File 'lib/action_dispatch/journey/nodes/node.rb', line 50 def type; :LITERAL; end |