Class: JSONP3::Path::StringLiteral
- Inherits:
-
FilterExpressionLiteral
- Object
- Expression
- FilterExpressionLiteral
- JSONP3::Path::StringLiteral
- Defined in:
- lib/json_p3/path/filter.rb
Overview
A double or single quoted string literal.
Instance Attribute Summary
Attributes inherited from FilterExpressionLiteral
Attributes inherited from Expression
Instance Method Summary collapse
Methods inherited from FilterExpressionLiteral
#==, #evaluate, #hash, #initialize
Methods inherited from Expression
Constructor Details
This class inherits a constructor from JSONP3::Path::FilterExpressionLiteral
Instance Method Details
#to_s ⇒ Object
122 123 124 |
# File 'lib/json_p3/path/filter.rb', line 122 def to_s JSONP3::Path.canonical_string(@value) end |