Class: Rubyang::Xpath::VariableReference

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ VariableReference

Returns a new instance of VariableReference.



400
401
402
# File 'lib/rubyang/xpath.rb', line 400

def initialize name
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



399
400
401
# File 'lib/rubyang/xpath.rb', line 399

def name
  @name
end