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