Class: WAB::Impl::PathExpr

Inherits:
Expr
  • Object
show all
Defined in:
lib/wab/impl/path_expr.rb

Direct Known Subclasses

Between, Eq, Gt, Gte, Has, In, Lt, Lte, Regex

Instance Method Summary collapse

Methods inherited from Expr

#eval, #native

Constructor Details

#initialize(path) ⇒ PathExpr

Returns a new instance of PathExpr.



7
8
9
10
# File 'lib/wab/impl/path_expr.rb', line 7

def initialize(path)
  super()
  @path = path
end