Class: Rubyang::Xpath::PrimaryExpr
- Inherits:
-
Object
- Object
- Rubyang::Xpath::PrimaryExpr
- Defined in:
- lib/rubyang/xpath.rb
Instance Attribute Summary collapse
-
#op1 ⇒ Object
readonly
Returns the value of attribute op1.
Instance Method Summary collapse
-
#initialize(op1) ⇒ PrimaryExpr
constructor
A new instance of PrimaryExpr.
Constructor Details
#initialize(op1) ⇒ PrimaryExpr
Returns a new instance of PrimaryExpr.
393 394 395 |
# File 'lib/rubyang/xpath.rb', line 393 def initialize op1 @op1 = op1 end |
Instance Attribute Details
#op1 ⇒ Object (readonly)
Returns the value of attribute op1.
392 393 394 |
# File 'lib/rubyang/xpath.rb', line 392 def op1 @op1 end |