Class: Tapioca::Gem::NodeAdded Abstract
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/gem/events.rb
Overview
This class is abstract.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#constant ⇒ Object
readonly
: T::Module.
-
#symbol ⇒ Object
readonly
: String.
Instance Method Summary collapse
-
#initialize(symbol, constant) ⇒ NodeAdded
constructor
: (String symbol, T::Module constant) -> void.
Constructor Details
Instance Attribute Details
#constant ⇒ Object (readonly)
66 67 68 |
# File 'lib/tapioca/gem/events.rb', line 66 def constant @constant end |
#symbol ⇒ Object (readonly)
: String
63 64 65 |
# File 'lib/tapioca/gem/events.rb', line 63 def symbol @symbol end |