Class: Rubyang::Xpath::VariableReference
- Inherits:
-
Object
- Object
- Rubyang::Xpath::VariableReference
- Defined in:
- lib/rubyang/xpath.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ VariableReference
constructor
A new instance of VariableReference.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
399 400 401 |
# File 'lib/rubyang/xpath.rb', line 399 def name @name end |