Class: SQL::Composer::Nodes::Literal
- Includes:
- Operators
- Defined in:
- lib/sql/composer/nodes/literal.rb
Instance Attribute Summary
Attributes inherited from Core
Instance Method Summary collapse
- #value ⇒ Object (also: #to_s)
Methods included from Operators
Methods inherited from Core
#backend, #fetch, #initialize, #quote
Constructor Details
This class inherits a constructor from SQL::Composer::Nodes::Core
Instance Method Details
#value ⇒ Object Also known as: to_s
12 13 14 |
# File 'lib/sql/composer/nodes/literal.rb', line 12 def value fetch(:value) end |