Class: Tapioca::Gem::NodeAdded Abstract
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)
57 58 59 |
# File 'lib/tapioca/gem/events.rb', line 57 def constant @constant end |
#symbol ⇒ Object (readonly)
: String
54 55 56 |
# File 'lib/tapioca/gem/events.rb', line 54 def symbol @symbol end |