Class: Tapioca::Gem::ScopeNodeAdded
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/gem/events.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
Returns the value of attribute node.
Attributes inherited from NodeAdded
Instance Method Summary collapse
-
#initialize(symbol, constant, node) ⇒ ScopeNodeAdded
constructor
A new instance of ScopeNodeAdded.
Constructor Details
#initialize(symbol, constant, node) ⇒ ScopeNodeAdded
Returns a new instance of ScopeNodeAdded.
97 98 99 100 |
# File 'lib/tapioca/gem/events.rb', line 97 def initialize(symbol, constant, node) super(symbol, constant) @node = node end |
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node.
94 95 96 |
# File 'lib/tapioca/gem/events.rb', line 94 def node @node end |