Class: RBS::Environment::MultiEntry::D
- Inherits:
-
Struct
- Object
- Struct
- RBS::Environment::MultiEntry::D
- Includes:
- ContextUtil
- Defined in:
- lib/rbs/environment.rb
Instance Attribute Summary collapse
-
#decl ⇒ Object
Returns the value of attribute decl.
-
#outer ⇒ Object
Returns the value of attribute outer.
Method Summary
Methods included from ContextUtil
Instance Attribute Details
#decl ⇒ Object
Returns the value of attribute decl
23 24 25 |
# File 'lib/rbs/environment.rb', line 23 def decl @decl end |
#outer ⇒ Object
Returns the value of attribute outer
23 24 25 |
# File 'lib/rbs/environment.rb', line 23 def outer @outer end |