Class: SQLParser::Statement::Literal
- Defined in:
- lib/rossoc/statement.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Literal
constructor
A new instance of Literal.
Methods inherited from Node
Constructor Details
#initialize(value) ⇒ Literal
424 425 426 |
# File 'lib/rossoc/statement.rb', line 424 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
428 429 430 |
# File 'lib/rossoc/statement.rb', line 428 def value @value end |