Class: SQLPP::AST::Unary
- Inherits:
-
Struct
- Object
- Struct
- SQLPP::AST::Unary
- Defined in:
- lib/sqlpp/ast.rb
Instance Attribute Summary collapse
-
#expr ⇒ Object
Returns the value of attribute expr.
-
#op ⇒ Object
Returns the value of attribute op.
Instance Attribute Details
#expr ⇒ Object
Returns the value of attribute expr
9 10 11 |
# File 'lib/sqlpp/ast.rb', line 9 def expr @expr end |
#op ⇒ Object
Returns the value of attribute op
9 10 11 |
# File 'lib/sqlpp/ast.rb', line 9 def op @op end |