Class: XDry::NReleaseCall
Instance Attribute Summary collapse
-
#expr ⇒ Object
readonly
Returns the value of attribute expr.
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(expr) ⇒ NReleaseCall
constructor
A new instance of NReleaseCall.
Methods inherited from Node
#method_missing, #tagged_with?, #tags, #tags=, #tags_comment
Constructor Details
#initialize(expr) ⇒ NReleaseCall
Returns a new instance of NReleaseCall.
213 214 215 |
# File 'lib/xdry/parsing/nodes.rb', line 213 def initialize expr @expr = expr end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class XDry::Node
Instance Attribute Details
#expr ⇒ Object (readonly)
Returns the value of attribute expr.
211 212 213 |
# File 'lib/xdry/parsing/nodes.rb', line 211 def expr @expr end |