Class: SQLParser::Statement::Unary
Direct Known Subclasses
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Unary
constructor
A new instance of Unary.
Methods inherited from Node
Constructor Details
#initialize(value) ⇒ Unary
395 396 397 |
# File 'lib/rossoc/statement.rb', line 395 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
399 400 401 |
# File 'lib/rossoc/statement.rb', line 399 def value @value end |