Class: Rubyang::Xpath::PrimaryExpr

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyang/xpath.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#op1Object (readonly)

Returns the value of attribute op1.



392
393
394
# File 'lib/rubyang/xpath.rb', line 392

def op1
  @op1
end