Class: Rubyang::Xpath::Expr
- Inherits:
-
Object
- Object
- Rubyang::Xpath::Expr
- Defined in:
- lib/rubyang/xpath.rb
Instance Attribute Summary collapse
-
#op ⇒ Object
readonly
Returns the value of attribute op.
Instance Method Summary collapse
-
#initialize(op) ⇒ Expr
constructor
A new instance of Expr.
Constructor Details
#initialize(op) ⇒ Expr
Returns a new instance of Expr.
207 208 209 |
# File 'lib/rubyang/xpath.rb', line 207 def initialize op @op = op end |
Instance Attribute Details
#op ⇒ Object (readonly)
Returns the value of attribute op.
206 207 208 |
# File 'lib/rubyang/xpath.rb', line 206 def op @op end |