Class: SQLPP::AST::Unary

Inherits:
Struct
  • Object
show all
Defined in:
lib/sqlpp/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exprObject

Returns the value of attribute expr

Returns:

  • (Object)

    the current value of expr



9
10
11
# File 'lib/sqlpp/ast.rb', line 9

def expr
  @expr
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



9
10
11
# File 'lib/sqlpp/ast.rb', line 9

def op
  @op
end